User registration and login, need help...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
WithHisStripes
Forum Contributor
Posts: 131
Joined: Tue Sep 13, 2005 7:48 pm

User registration and login, need help...

Post by WithHisStripes »

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
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Re: User registration and login, need help...

Post by Grim... »

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.
How are you with Google?
Post Reply