Home  >  Article  >  Backend Development  >  How to open php project in wampserver

How to open php project in wampserver

藏色散人
藏色散人Original
2019-11-11 10:38:0911798browse

How to open php project in wampserver

How to open the php project in wampserver?

You need to execute the PHP file, which can only be viewed when the Apache server is turned on;

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 browser's address bar, 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.

Recommended: "PHP Tutorial"

The above is the detailed content of How to open php project in wampserver. 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