PHP and MySQL Login System?

aleister_cooper

New member
I'm after creating a system in which a user can register their details and then they can login to their account through a login page.

I know that their details are saved into a external mysql database and PHP is used to retrieve this.
 
Hey I'm not sure how familiar you are with PHP but this is a pretty good beginers tutorial for creating a basic login system:

http://www.phpeasystep.com/phptu/6.html

hope this helps
 
Back
Top