Eğer veya HTML alanları tam olarak aynı fveyam alanları adlandırmak gerekir herhangi bir neden var mı?
<input type="text" name="my_field_1" id="my_field_1" /> --> mysql row my_field_1
veya
<input type="text" name="myField1" id="myField1" /> --> mysql row my_field_1
The only thing I can think of are probably naming conventions fveya HTML vs Mysql (personal preference maybe), as well as slight injection prevention (obviously the field name would have to vary mveyae... but all values should be validated first anyway + the use of real escape string).