OK, finally I have completed all my php pages, and completed the design of mySQL database
So far, chuffed to bits with what I have managed to teach myself in under 1 week <img src=http://www.gamers-forums.com/smilies/contrib/ruinkai/biggthumpup.gif ALT=":thumb">
Now the final hurdle...... I want to insert all my data into the table and I know it goes like;
INSERT tablename (colname1, colname2, colname3)
VALUES ('val1', 'val2', 'val3')
But that is only for 1 row, if I wanted to add another to exactly the same table, how do I add new values, or do I have to add the INSERT line again?
Ta