Jayco_121
I want to put info from a form into a mysql database.
how do i do that in php?
There's a couple of different ways to do it. There's functions inside of php which will let you do it, but they're not very secure.
How familiar are you with mysql databases? It'll take longer to learn if you're not familiar with SQL.
Look here:
http://pear.php.net/I've used the MDB (http://pear.php.net/package/MDB), although they seem not to suggest using MDB2 (http://pear.php.net/package/MDB2).
You could also do some searching on google. Just googling on "php mysql tutorial" brought up this:
http://www.freewebmasterhelp.com/tutorials/phpmysql which may be useful.