This project contains PHP files such as login.php, userinfo.php, and language_selector.php.
Follow the steps below to run the project locally using XAMPP.
Download it from: https://www.apachefriends.org
Install it and open the XAMPP Control Panel.
- Open the XAMPP Control Panel
- Click Start next to Apache
- The module should turn green when running
XAMPP serves files from a special directory called htdocs.
Windows location:
C:\xampp\htdocs\
Copy your project folder (e.g., Sessions) into the htdocs directory:
htdocs
βββ Sessions
βββ login.php
βββ userinfo.php
βββ language_selector.php
Once the project folder is inside htdocs, open your browser and go to:
http://localhost/Sessions/login.php
You can open any file the same way:
http://localhost/Sessions/userinfo.php
http://localhost/Sessions/language_selector.php
If your folder name is different, replace Sessions with the correct name.