Skip to content

codehakase/Login-and-Register-system-using-OOP

 
 

Repository files navigation

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

About

Login and Register system created using OOP PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 97.0%
  • CSS 3.0%