How to Launch First Page using XAMPP on local machine
If you are new to XAMPP/PHP then this blog may help you. If you are not aware how to run php page on your local computer, read and follow below steps carefully
- Start XAMPP
- Make sure Apache/MySQL is running through XAMPP
- Go to installation folder of XAMPP
- Locate htdocs folder in installation directory "C:\xampp\htdocs\username"
- Create any Folder in "htdocs" folder
- Move in New folder created in "htdocs"
- create new file containing your PHP code
- Launch Chrome Browser or any other browser installed on your computer
- Enter URL "http://localhost/phpmyadmin/" to make sure XAMPP is up and running
- Enter url "http://localhost/username/first_.php"
Note * - first_.php is the php page which is kept under htdocs folder, you must put your project under "htdocs" folder only
👍🏻
ReplyDelete