Adding multiple rows to MySQL db

wxdqz

New Member
I have an admin page where the client can add up to 10 products to a database. Each of these products represents a new row in the table. How do I add these multiple rows? Do I just repeat the INSERT command over and over for each variable, or is there an easier way? Thx!
 
Back
Top