I have a form that has multiple input fields named script1, script2, script3..... i think you get it...
I am passing these to a php function. I am wanting to loop through these and input their values into a single field in a table. so basically it will loop through and put the value of script1 into field script, then put the value of script2 into the field called script...
I am lost and don't know where to go.
I am passing these to a php function. I am wanting to loop through these and input their values into a single field in a table. so basically it will loop through and put the value of script1 into field script, then put the value of script2 into the field called script...
I am lost and don't know where to go.