https://github.com/agapas/login-register-system
Simple Login and Register System, developed in OOP PHP and MySQLi.
https://github.com/agapas/login-register-system
login-register mysqli oop php
Last synced: 10 months ago
JSON representation
Simple Login and Register System, developed in OOP PHP and MySQLi.
- Host: GitHub
- URL: https://github.com/agapas/login-register-system
- Owner: agapas
- License: gpl-3.0
- Created: 2015-07-18T11:06:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T20:45:44.000Z (over 8 years ago)
- Last Synced: 2025-01-21T14:11:41.890Z (over 1 year ago)
- Topics: login-register, mysqli, oop, php
- Language: PHP
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# login-register-system
Simple Login and Register System, developed in OOP PHP and MySQLi. It was made as one of the school projects.
SETUP
Import 'login_db.sql' file to MySQL database.
It automatically creates login_db database with 'users' table
& with database user specified in config.php (change config.php
if you wish, and grant priviliges in login_db.sql).
LICENSE
This project is licensed under the [licenceType] License - see the [LICENSE.md](LICENSE) file for details