Login System Using Session PHP Script
Login System Using Session PHP Script
This is Login System using session.
A session is a way to store information (in variables) to be used across multiple pages.
Unlike a cookie, the information is not stored on the users computer.
Installation
1. Download and extract the zip folder
2. move the extracted folder to the www directory inside the apache web server to access on the web browser.
3. create database Account and import user.sql from the folder
4. username :admin and password: admin
This is Login System using session.
A session is a way to store information (in variables) to be used across multiple pages.
Unlike a cookie, the information is not stored on the users computer.
Installation
1. Download and extract the zip folder
2. move the extracted folder to the www directory inside the apache web server to access on the web browser.
3. create database Account and import user.sql from the folder
4. username :admin and password: admin
Comments
Post a Comment