How to run php project

爱喝马黛茶的安东尼
Release: 2023-02-24 22:40:02
Original
19045 people have browsed it

How to run php project

Open php and select "Configure".

How to run php project

Click "Settings", click "PHP" in "Languages ​​& Frameworks", and then click "..." after "CLI Interpreter".

How to run php project

Related recommendations: "php tutorial"

In the page that opens, click " " and select "Local Path to Interpreter ...".

How to run php project

Select "PHP.exe" in "XAMMP" in "PHP executable".

How to run php project

After that, click "Apply" and return to the home page.

Click "Create New Project".

How to run php project

Click "create".

Enter "alt insert", you can choose to create a file, and then name it.

How to run php project

Enter the code:

<?php
/**
 * Created by PhpStorm.
 * User: lijy2
 * Date: 2018/9/18
 * Time: 14:05
 */
echo "Hello world";
?>
Copy after login

Move the mouse to the upper right to see the running method.

How to run php project

Choose any browser to run.

How to run php project

The above is the detailed content of How to run php project. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!