Forum Moderators: coopster

Message Too Old, No Replies

Inserting into database

         

ScriptJnr

7:40 pm on Mar 27, 2008 (gmt 0)

10+ Year Member



Help Please.

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]

jatar_k

2:10 pm on Mar 28, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



sure, post your attempt and then explain what is or isn't happening.

any errors?