Menu
Tag

Multiple Array

Inserting Dynamic Form Values as Array in MYSQL Using Foreach

PHP, Tech-Byte By Oct 06, 2013 4 Comments

Hello friends today i was working at some project and stuck when i was inserting dynamic form fields data in the database. So i have decided to store the values in array and then save them in database. I have 3 fields with the same name and id so i declare the all text field name with name[]. But i…