Home  >  Article  >  Backend Development  >  How to run php using wamp

How to run php using wamp

王林
王林Original
2019-09-16 13:03:486225browse

How to run php using wamp

wamp is an integrated development environment used in the PHP development process. Generally, you do not need to manually perform a large amount of configuration, which saves you a lot of trouble.

The steps for running php with wamp are generally three steps:

1. Place the project code in the root directory of wamp’s website

2. Open the mysql and apache services in the wamp control panel

3. Access the localhost/project folder name in the browser

Recommended video tutorial: PHP video tutorial

The above is the detailed content of How to run php using 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
Previous article:what is php referenceNext article:what is php reference