An open API service indexing awesome lists of open source software.

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

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'
),
```