My First PHP Login System.
- This is simple php Login System for register and login users.
- Version: 1.0
PHP >=5.6 PDO
- Clone the repo in /var/www/html directory
#!GIT
cd /var/www/html
git clone https://github.com/gauravthebest/login_system.git
- Navigate to the working directiry /var/www/html/login_system
#!GIT
cd login_system
- Create a database with name login_system
- open sql.php file in web browser, it will create two tables users and useroptions.
- Now Open index.php file and use registration and login feature.