PHP Login and Variables [HELP]

DoubleAA

Baseband Member
Messages
33
Ok, so in my website i want a login feature...
Then i want what they used to login up at the top of the page...Like "Logged on as: %USER%"

Im fine without a registration page...
My databases will be called ('USER') and ('PASS')

(DAA)
 
I suggest you start reading some PHP and MySQL tutorials, because nobody will make it for you.
I found http://tizag.com/phpT/ and http://www.tizag.com/mysqlTutorial/ to be very helpful.
A few tips, you'll only need one database, and one table in that database to store all of your users. You'll also want to use cookies or sessions to maintain state throughout the pages on your website.
 
If you're in need of a registration system I can sell you one I've made.

It has a registration system:
1. Validates username, password and email
2. Stores users into a database,

The system keeps tracks of cookies and has different user levels as well as an admin page.

PM for more details and / or price.
 
Back
Top Bottom