Skip to content

Taking Array Post Data and INSERTING to sql

I am trying to get an Array of $_POST data and inserting it into mysql with 3 insert statements .. to make 3 new rows in a table. Form: The Variable in the name field is the Workshop ID number. The final mysql statement will be something like the following where $workshopid would come from the numbers inside …