| File Type |
Hypertext Preprocessor File |
| File Format |
File |
| Common? |
No |
| File Description |
Web page that may contain PHP code; may include PHP functions that can process online forms, get the date and time, or access information from a database, such as MySQL database.
The PHP code within the Web page is processed (parsed) by a PHP engine on the Web server, which dynamically generates HTML; the HTML, which contains the Web page content, is then sent to the user's Web browser; therefore, the user never sees the actual PHP code contained in the Web page, even when viewing the page source. |
| Program(s) that open php files |
Mac: Adobe Dreamweaver; Bare Bones Software BBEdit; Run from Apache Web server with PHP; View in a Web browser; Edit with a text editor
Windows: Adobe Dreamweaver; MPSoftware phpDesigner; Notepad++; Run from Windows Server with PHP; View in a Web browser; Edit with a text editor
Unix: Run from Apache Web server software with PHP; Edit with a text editor |
|