iSecure is a working PHP Project for user account managament with following fucitionality:
- New User Registration
- Existing User Login
- Storing username and password in MySQL database
- Logout
- Showing menu as per as current user status
MYSQLi();
SESSION_START();
PASSWORD_HASH();
PASSWORD_VERIFY();
- DataBase Used : MySQL
- DataBase Name : iSecure
- Server Name : localhost