Unable to find where PHP installed after installing Xampp

馋奶兔 提交于 2019-12-11 23:09:23

问题


I used the following link to download the latest Xampp in order to install php on a windows. I clicked on "Installer" and installed it on my computer. Now I can't seem to find php on my machine. What should I do next?


回答1:


First of all you must start the apache server and mysql through xampp control panel. and then directly try with browser like http://localhost/

Also you need to save the php files in C:/program files/xampp/htdocs/your folder name / (If you installed xampp in C drive )

Wherever you installed that exe create a xampp folder automatically. XAMPP folder contains all the database, server configuration files and php files



来源:https://stackoverflow.com/questions/9124044/unable-to-find-where-php-installed-after-installing-xampp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!