Run a PHP Project in Browser | using VS Code & WAMP server

Опубликовано: 08 Май 2025
на канале: Code With Me
132
5

Here, we've shown how to run a project in browser. For this video, we have used a GitHub project.

For the sake of simplicity, the procedure of opening a github project, we have divided the procedure in 5 steps:

1. Download the project file • 00:12
2. Create database in WAMP • 01:04
3. Import the database • 01:26
4. Cut the file in the WWW folder • 02:22
5. Rename the 'db.php' file • 03:26

For the better understanding, we prefer you to watch from the beginning to the end.

There are some pre-requisite for opening a full-stack project using PHP:

1. Install WAMP Server.
2. Install MySQL (optional).
3. Install VS-CODE.