Right-click on a .php or .html file in the VSCode explorer.
Select Open in Default Browser from the context menu.
Ensure your XAMPP server is running and the document root is set to your workspace folder.
Place Your Project Folder in htdocs:
Move your project folder inside the htdocs directory of your XAMPP installation. For example, if your project folder is named my_project, it should be located at C:\xampp\htdocs\my_project.
This ensures that your PHP files are accessible via http://localhost/your_project_folder/your_file.php.
License
This project is licensed under the MIT License - see the LICENSE file for details.