Page 1 of 1

registering

Posted: Thu Dec 01, 2005 6:09 pm
by method_man
hey, im new to using a mysql database and i would appreciate some help.
How would i go about making a register system using a mysql database?

the register system would include these things:

First name
Last name

Username
Password

Date of Birth

Country

State.

thanks :D

matt

Posted: Thu Dec 01, 2005 8:59 pm
by josh
You would make a table with those fields first of all, then your signup form would perform an INSERT to add a new user. There are a ton of tutorials out there just google for them.