Hi, newbie question sorry.
I want to have a form with 3 input text fields that the user can fill in if they wish.
When the user submits the form I would like into to do an SQL insert for each field that has been completed and loop through.
What is the besy way ?? reading it into some sort of array and then doing foreach ?????
Thanks.