Unable to find where PHP installed after installin

2019-08-22 16:20发布

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条回答
Anthone
2楼-- · 2019-08-22 16:54

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

查看更多
登录 后发表回答