PHP / Data Base Connectivity with Login Authentication

Data base is a collection of 1 / more tables which are used to store data.The tables in the data base may be related or may not be related. In PHP we use mysql data base to store user data.

Register.php Store user information
Login.php Authenticate user information

Create php pages(Register.php,Userexists.php,Regsuccess.php, Login.php,welcome.php,Invaliduser.php,)
Login.php ------>welcome.php / Invaliduser.php
Register.php---->Userexists.php / Regsuccess.php

Create a DataBase abpms and register is a table in it.








Home     Back