I am learning PHP and MySQL so i want to create a simple submit form.
Suppose there are 3 test boxes how do i insert the data entered in the text boxes in to the mysql table when the user hits the submit button.
Also in PHP how can i "move" data from one table to another table. with the click of a link.