Home > Article > Backend Development > How to open php web page
PHP is a web script, but unlike the html xml tag language, it can be opened directly through the browser. You need a PHP running environment to access and open the file. If you only edit PHP To open a file, you only need to use Notepad or a related editor such as (DW, EclipsePHP, editplus, etc.) to open and edit it.
Common tools for opening PHP:
1.Dreamweaver;
2.EclipsePHP;
3.editplus;
4.zend studio This is the official default editor of PHP
5. Notepad can also be opened directly
Platform for running php files:
Open php files can be opened using any of the software mentioned above, but if you want to run php files If so, then you need to use the PHP running platform. The following is a quick way to build a PHP integrated environment.
1. Download the appser integrated installation package;
2. After downloading the software, install it and put the php file in the www directory after appser is installed;
3. To run, enter it in the browser http://127.0.0.1/The name of the php file to be run.
Recommended: "PHP Tutorial"
The above is the detailed content of How to open php web page. For more information, please follow other related articles on the PHP Chinese website!