|
Hey, Henry.
I believe the printout I gave you was a bit off. I don't know if I mentioned that the underlines didn't print for some reason.
mysql connect should be mysql_connect. Likewise,
mysql select db should be mysql_select_db. Any other commands you see that appear to have spaces in them should be modified the same way.
As far as the field names go, they should match whatever you specified on the form.
Happy Holidays!
|