Hi!
Am having a problem with inserting my data into my database. I am trying to use the "INSERT INTO db_name (columns etc.) VALUES ($variable1etc)".
The variables I am using come from a form, and I have given each text area etc. a name which I am using as my variable. I just can`t get the stuff into the database. Do you know if I have to use al the column names and insert something into each one of them, or can I just insert into a couple of them, as long as I have them down in the right order?
Please help me, as I am getting desperate and have been sat in front of my PC for hours and am now in total and utter despair.