I have a dynamic form with multiple entries for people to add - I have achieved this using jQuery. Now I need to write the processing.php file for the form - Can someone help me.
As in
ITEM1:
input type - product_name[]
input type - product_price[]
input type - product_id[]
ITEM2:
input type - product_name[]
input type - product_price[]
input type - product_id[]
What would the code be to insert into MYSQL database?
Foreach.. ? I am unable to find a working example.
I'm a newbie. help! 🙂