How to run PHP file

Solution
1.Run XAMPP
2.Start Apache.
3. Create a folder in XAMPP/htdocs/ , you can name the folder whatever you like
4. Create a php file in the new folder you created
5. In your browser type http://localhost/*foldername*

schwatzz

Estimable
Jun 23, 2014
82
0
4,610
1.Run XAMPP
2.Start Apache.
3. Create a folder in XAMPP/htdocs/ , you can name the folder whatever you like
4. Create a php file in the new folder you created
5. In your browser type http://localhost/*foldername*
 
Solution