How do I create A register file and login file

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Locked
Arsenal Rule
Forum Commoner
Posts: 26
Joined: Fri Apr 08, 2005 4:13 am

How do I create A register file and login file

Post by Arsenal Rule »

Basically I'm new to PHP I have trie reading relative book but still I really don't understand how it works. I'm just asking if anyone can help me. Well I have a MySql database and in the database is a password table that have the fields: User ID "Auto-Increment", firstname, surname, username and password. So my problem is that I need to create a register file that will allow the user to register and enter their details and it will store in the password table of the database. Then after that I need to create a login file that will ask the user to enter there username and password and then it will check if the username and password is stored in the databse, and if it is not in the database it will give an error message that will ask them to type it in again, and if it is in the database it will allow them to go the next page which is regular.php.

I really hope someone can help me with this I would be so greatful thankyou so much for your time
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Vicious
Forum Contributor
Posts: 105
Joined: Fri Jun 20, 2003 12:40 pm

Post by Vicious »

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Please don't crosspost again. Locked.
Locked