I needed a quick login script in PHP and found this very useful... follow these steps here:
In this tutorial you will create 3 files:
1. main_login.php
2. checklogin.php
3. login_success.php
Steps:
1. Create table "members" in database "test" in mysql.
2. Create file main_login.php.
3. Create file checklogin.php.
4. Create file login_success.php.
5. Create file logout.php

Leave a comment