Hi, Im new to PHP and MySql and was wondering how exactly I would pass information colected from a form to a MySql database using PHP…
This is what I have come up with (Don’t laugh :P)
Witin the form, clicking the submit button will take you to a php script using the POST method.
method=“post” action=“html2mysql.php”
Somthing along this lines, Can anyone nudge me into the right direction of what I would need to put into my html2sql ?
I need somthing that tells it to put,
$MySqlDatabaseItem1 into MyDatabase1 -> Table1 -> Column1
$MySqlDatabaseItem2 into MyDatabase1 -> Table1 -> Column2
$MySqlDatabaseItem3 into MyDatabase1 -> Table1 -> Column3