Heya,
So I would like to build a page where an individual can create a user and login in. I assume that I will need to create the following:
1. Login page - This would ask for their email, desired username and password, at the least.
2. Authentication - I assume after that page is submitted it must run to a page that checks the MySQL DB to see if the username is already taken and, if it's available, adds them to the database.
3. MySQL DB
So I need help on where to start really. I am real big on simplicity and pretty good with tutorials, so if anyone can help me that would be killer. Thanks guys!
-Spence
User registration and login, need help...
Moderator: General Moderators
-
WithHisStripes
- Forum Contributor
- Posts: 131
- Joined: Tue Sep 13, 2005 7:48 pm
Re: User registration and login, need help...
How are you with Google?WithHisStripes wrote:So I need help on where to start really. I am real big on simplicity and pretty good with tutorials, so if anyone can help me that would be killer.