I have a problem when I want to insert multiple fields into one table.
Here\'s my form:
Add user
below is the fxample how to inset multi row at one time
$query_string = "INSERT INTO YOURTBL_NAME(column_1,column_2)VALUES"; $data =""; for($i=0;$i