How to Run Php File in Localhost Xampp
How to Run Php File in Localhost Xampp
Step by step guide
Step 1: First open xampp control panel and start apache and mysql
Step 2: Now go to C:\xampp\htdocs and create a folder without giving space
Step 3: Now go inside the folder and create a text document
Step 4: Edit the text document with notepad++
Step 5: Put the code
Step 6: Save the file as new.php
Step 7: Go to browser and type localhost/helloworld/new.php
helloworld is my folder name
No comments