How to open the php file format? To figure out how to open a php file, first let's look at what a php file is. PHP is a web script, and the file suffix is .php, as shown below:
But unlike the html xml tag language, which can be opened directly through the browser, the php file requires a PHP running environment to access and open it. If you only edit the PHP file, you only need to use:
php file opening method 1: Open it with Notepad
Right-click the .php file, select Notepad to open, and you can see the file code!
How to open php files 2: Open with Dreamweaver
Dreamweaver is a web page editor, a popular website development tool. You can directly drag the file into it to open it. php file
Three ways to open the php file: Open with the Notepad tool
It is also a code editor, just select the file to open
php file Opening method four: Open with SublimeText tool
Same as the above method, just select the file to open
In addition to Notepad, other code editor tools can go to php Chinese website php development tools download.
Extended reading:
Recommended related PHP video tutorials:"PHP Video Tutorial"
The above is the detailed content of How to open php format file. For more information, please follow other related articles on the PHP Chinese website!