Most Recent Articles For: login

Written by Gertjan on January 11th, 2008
In this advanced tutorial i will teach you the steps required to create a custom build login/member system with PHP. The system itself ofcourse has alot of room for improvements, also, it's very easily expandable, i've chosen to work in a modular way, so that if you change something you only ...
Written by Gertjan on December 6th, 2007
Learn to create a simple login system with php and mysql in 7 simple steps: Requirements: Mysql database a php & mysql enabled host ftp access to your website Overview Steps: Creating the mysql table Creating a db_connect.inc.php file Creating the html login form Creating the login.php file Creating the logout.php file Creating a function.inc.php file Adding the script to index.php