I am new to PHP and MySQL, so try to bare with me here.
I have create a table in MySQL and I would like to create a form to enter data into this table.
I know that I have to make a mysql_connect. I then created the form, and I know I need to make an SQL quere to insert the data. I just don't know where I have to place the SQL querey. Do I need to put it into the submit button or what?
Also does anyone have any suggestions where I might be able to get scripts from so I can see how things are done? I learn much better that way then from a book or something like that.