Quite simple. I'm new to this. I need to store the results of form input into a mySQL database.
INSERT INTO table(row1,row2) VALUES(formvalue1,formvalue2)