https://github.com/codehakase/login-and-register-system-using-oop
Login and Register system created using OOP PHP
https://github.com/codehakase/login-and-register-system-using-oop
Last synced: 3 months ago
JSON representation
Login and Register system created using OOP PHP
- Host: GitHub
- URL: https://github.com/codehakase/login-and-register-system-using-oop
- Owner: codehakase
- Fork: true (Jamie-Finn/Login-and-Register-system-using-OOP)
- Created: 2016-12-08T11:25:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T17:23:37.000Z (about 11 years ago)
- Last Synced: 2024-10-02T09:13:27.760Z (over 1 year ago)
- Language: PHP
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changepassword.php
Awesome Lists containing this project
README
Login-and-Register-system-using-OOP
===================================
Login and Register system created using OOP PHP
You can simply just download this OOP login and Register system as a ZIP and enter your database details in the core/init.php file.
```
$GLOBALS['config'] = array(
'mysql' => array(
'host' => 'HOST NAME GOES HERE',
'username' => 'USERNAME GOES HERE',
'password' => 'PASSWORD GOES HERE',
'db' => 'DATABASE NAME GOES HERE'
),
```