
This is part two of a login registration script using php and mysql. I recommend you start with PART ONE since this tutorial is designed to help you customize the script that was installed in part one.
Although we’ll cover quite a bit and customize a bit in this tutorial there is still much more you can get into. If you want to go through this script line-by-line I recommend the book it originally came from.
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide












4 Responses
very nice tutorial,,,, every thing is very clearly shown
thanks a lot
Thanks very much for this tutorial. Before this i had tried for ages to get a good secure area working. With these simple tutorials i can just plug in the code and change it to my needs.
Great tutorials
Having trouble finding the absolute path for the Location of the MySQL connection script in file (config2.inc.php) i dont know how to ask my question to my host.. i use hostmonster.com it is very similar to bluehost, and all my files are in the http://www.directory like yours.
any suggestions?
Hi there,
I’m having a very hard time getting the password-protect functions to work when applying them onto a different subdomain.
For instance, I uploaded all the files from the first login tutorial into http://www.mydomain.com/login; however, the page that I want to password protect is located at upload.mydomain.com. The best I get is an automatic redirect to the login page (whether I’m logged in or not) and then getting bumped to the index.php page upon logging in.
Any help would be a hugely appreciated!