- A basic PHP and MySQL login and registration system.
- Create a MySQL database named login(or anything else and change the fourth parameter in
mysqli_connect()inconnection.php) - Create a table named members( or anything else and change the ninth line in
index.phpto alter$sql - Add users to the table and activate connection (or use the register page to register new users).
- Edit the
user.phpto alter the post login screen for user.