Home  >  Article  >  Backend Development  >  How PHP runs on WAMP

How PHP runs on WAMP

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-09-29 11:06:145330browse

How PHP runs on WAMP

How does PHP run on WAMP? The specific steps are as follows:

Related recommendations: "php Getting Started Tutorial"

To execute PHP files, you need to enable the Apache server to view it.

1. Send your PHP project file to the www directory of wamp.

2. Make sure wamp is turned on, open the browser.

3. Enter localhost in the address bar of the browser, and you will see a list of generated files.

4. Then find your PHP project file in the file list and click Execute.

5. If the configuration environment is correct, you can see the results of the PHP file execution.

The above is the detailed content of How PHP runs on WAMP. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn