I build an app but I found new problem, I want to insert multiple data using javascript to add more form dynamically (then insert into table). Okay in my FIGURE, number 1,2,3 that's clear. But when I insert into the table , it can't succesfully. (number 4 is my function to insert data, but all of may form cannot insert (number 5) , only 1 data can insert ). what's wrong ? thanks
3
-
whats your Question??Abdulla Nilam– Abdulla Nilam2015-04-16 06:05:31 +00:00Commented Apr 16, 2015 at 6:05
-
You need to update last change field??Abdulla Nilam– Abdulla Nilam2015-04-16 06:06:48 +00:00Commented Apr 16, 2015 at 6:06
-
Example: when I add more form -> 10 form, I will insert 10 data's, but now, I only can insert 1 data. I guess I got wrong in my count($_POST). But what?Fatchul– Fatchul2015-04-16 06:11:57 +00:00Commented Apr 16, 2015 at 6:11
Add a comment
|