registering

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
method_man
Forum Contributor
Posts: 257
Joined: Sat Mar 19, 2005 1:38 am

registering

Post 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
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post 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.
Post Reply