Home  >  Article  >  Backend Development  >  How to open php files with xampp

How to open php files with xampp

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-09-26 13:30:488347browse

How to open php files with xampp

1. Right-click the php file, select "Open with", and select "Notepad".

How to open php files with xampp

#2. The PHP file is opened like this.

How to open php files with xampp

Related recommendations: "php tutorial"

3. If you want to run PHP files, install a xampp integration software. Then launch it and click "Start".

How to open php files with xampp

4. Place the PHP file in the htdocs folder in the installation directory

How to open php files with xampp

5. Open the browser , enter localhost/ and the name of the PHP file to run.

How to open php files with xampp

The above is the detailed content of How to open php files with xampp. 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

Related articles

See more