How to install php plug-in with hbuilder: 1. Create a new project phpinfo in the htdocs folder; 2. Select the phpinfo file; 3. Click "Tools" –> "Plug-in Installation" –>Install "Aptana" php" plug-in; 5. Configure HBuilder external server.
## Operating environment for this article: Windows 7 system, HBuilderX3.1 version , Dell G3 computer
Hbuilder installs the PHP plug-in
(1) In the installation path of xampp, create a new project phpinfo in the htdocs folder (that is, a folder )
(2) Open the Hbuilder software, select "File"-"Open Directory"
Select the phpinfo file just created
(4) Install a plug-in that supports PHP on HBuilder, click "Tools" - "Plug-in Installation" - select to install the "Aptana php" plug-in
Select The first one, then select Select and choose to install. After the installation is completed, follow the prompts to restart the HBuilder software
(5) Configure the HBuilder external server (the key to this article) Select "Run" – > Select “Browser Run” – > Select “Set WEB Server”
Select “External Server” – “New
Fill in the name and URL address (http://localhost:80), where 80 is the default port when I installed xampp
Return to "web server" - select the PHP class file For the external server you just created
In this way, the external server is basically configured
(6) Create a new php file for testing Create a new PHP file in the phpinfo just now,
Write the code
Open "Run"-"Run Configuration"
Find "PHP Page Web" on the left, right-click and select "New"
The above is the detailed content of How to install php plug-in in hbuilder. For more information, please follow other related articles on the PHP Chinese 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