You are on page 1of 11

1) Create a Database

In my case i created database with the name register. ( create your own database name)
Here ! To create table, execute the below query in SQL.
Note some code need to edit or delete just bases it in your previous activity
2)

4)
Creating a Registration Form
Note this code created base in register database some need to be remove of
edit
registration.php
5)

7) Creating a Login Form


Same NOTE:
 login.php
6)

3) Connect to the Database


Same Note;

db.php

8) Authenticate Logged in User

auth.php
Creating Index Page

index.php

Creating Dashboard Page

dashboard.php
Creating a Log Out

logout.php

Creating a CSS File

style.css
Then Run It by Clicking the sub Folder of your activity !!!

You might also like