+ 1
how i can acces to PHP from xampp?
3 Antworten
+ 1
Start the Apache service. go in xampp/htdocs/ make php file. run on browser localhost/filename.php
+ 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
0
help please