✅ PHP Project Setup (Step-by-Step)
XAMPP / WAMP (for Apache + MySQL + PHP)
Download from: https://www.apachefriends.org
Open XAMPP Control Panel
Start Apache and MySQL
Go to: C:\xampp\htdocs\
Create your project folder (e.g., myproject)
Create index.php (or any PHP files) inside your folder
Open browser
Visit: http://localhost/myproject
Go to: http://localhost/phpmyadmin
Create a new database
Connect using mysqli or PDO in your PHP code