.PHP4 파일 확장자
PHP 4 Web Page
| 개발사 | 해당 없음 |
| 인기도 |
3.6 | 5 투표 |
PHP4 파일이란 무엇인가요?
Web page that may include PHP 4 code; the PHP script is parsed by a PHP engine on the Web server before being sent to the user's Web browser; the script then generates HTML code, which is sent to the user's browser; PHP pages are often used to access database information, such as data from a MySQL database.
추가 정보
PHP4 pages can be processed and run on a Web server with the PHP engine installed. Examples include Apache, Windows Server, and Mac OS X Server. They can also be edited with a text editor.
Most PHP pages use the standard .PHP file extension.
PHP4 파일을 여는 프로그램
Windows
Run with Apache
Run using Windows Server with the PHP engine
Open with a text editor
View in a Web browser
Mac