how i can acces to PHP from xampp? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how i can acces to PHP from xampp?

9th Jul 2016, 5:28 PM
kevinhacher
kevinhacher - avatar
3 Answers
+ 1
Start the Apache service. go in xampp/htdocs/ make php file. run on browser localhost/filename.php
9th Jul 2016, 5:56 PM
Shashikant Chauhan
Shashikant Chauhan - avatar
+ 1
Launch the Xamp app, it will star apache server and mysql, then go to the folder of the server (htdocs generally) and you have to create a folder with the name of the site (for example a folder called test), put your file(s) php, I recommend that the file that you are working call it with the name index (for example index.php), then just put the url in chrome, firefox, etc ( localhost/test ) it should work. srry by my English
9th Jul 2016, 6:32 PM
Alejandro Orozco
Alejandro Orozco - avatar
0
help please
9th Jul 2016, 5:28 PM
kevinhacher
kevinhacher - avatar