Skip to content

dalveerchaudhary/PHP-Project-one

Repository files navigation

PHP Project

✅ PHP Project Setup (Step-by-Step)

Install Required Software

XAMPP / WAMP (for Apache + MySQL + PHP)

Download from: https://www.apachefriends.org

Start Services

Open XAMPP Control Panel

Start Apache and MySQL

Create Project Folder

Go to: C:\xampp\htdocs\

Create your project folder (e.g., myproject)

Add PHP Files

Create index.php (or any PHP files) inside your folder

Access Project in Browser

Open browser

Visit: http://localhost/myproject

Database Setup (if needed)

Go to: http://localhost/phpmyadmin

Create a new database

Connect using mysqli or PDO in your PHP code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published