/Login-System-with-PHP-Bootstrap-HTML-MySQl

this is a login system wth PHP and MySql. This is a secure Login System with PHP OOP.

Primary LanguagePHP

This is a login System with PHP and Bootstrap Host Name : localhost User Name : root Password : Database Name : login

Everything you will get in database.php file

$hostdb = "localhost"; $userdb = "root"; $passdb = ""; $namedb = "login";