WebApplicationPHP
Well secured MySQL Database Login and Registration with an seperate dashboard for consumers and admins.
Functions
- Well secured MySQL Database Login and Registration.
- Does not allow to register with an already existing
username
. - Popup notification once wrong
password
on login try. - Warnings with
popups
. - Session security:
An attacking target cannot get into the customer or admin panel without SESSION. This will be blocked, he must log in validly for this.
Info
I made this for a school project. I'm sure there are people who need something like this, so I'm sharing it.
The login and register screens are advanced programmed and modern in design. The admin dashboard and customer dashboard should be changed by user of this PHP script and make it more beautiful.
Configure
- The user of this script has to configure
database/connection.php
,php/login.php
,php/register.php
in order to make the web application working.
Just configure these settings. You need to change your names of your mysql queries and the database password and names. So in order to work do it.
Reminder:
You need to make your own Database for this! Do not forget to give 'Id' PRIMARY key and Auto Incrementation option and all other values a NULL value.
Credits
- PHP: Z3NTL3
- HTML / CSS designing: from codepen