Forum Moderators: coopster
I'm building a system and Im at the point where users can input the quantity of desired items and then press the submit button.
All the data of the item should then be INSERTED into a table in the database.
Code ¦ Name ¦ Qty
-----------------
111 ¦ Ball ¦ 2 <<<<(This is input by user)
222 ¦ Hat ¦ 5
Then when submit is cliked all that is input in the "bowl" table of the database. (With an array? maybe, im not sure)
I have never done this before and im really stuck. I can post my attempt if need be.
[edited by: ScriptJnr at 8:16 pm (utc) on Mar. 27, 2008]