Login page

Hey I was wondering if anyone on here knows how to create a login and registration page similar to the one on phphelp.com

Hello juanpab2,

I don’t know if this will help you to much, but the following link provides some very useful information about creating a User Authentication system using PHP and MySQL. It shouldn’t be to difficult to create a registration system using the basics it teaches there. http://www.php-mysql-tutorial.com/user-authentication/index.php. I would also recommend checking out their section on Form validation (http://www.php-mysql-tutorial.com/form-validation-with-php.php). Using both I think you should be able to create something pretty close.

The only other option I could suggest is to take a look at the phpBB source code.

Hope this helps,
~Xheotris

Or you could take a look in our Tutorials section ;)

Sponsor our Newsletter | Privacy Policy | Terms of Service