.PHP File
.php is PHP Source Code File
Features | Description |
---|---|
File Extension | .PHP |
Format | Text |
Category | Web |
.php is PHP Source Code File
Features | Description |
---|---|
File Extension | .PHP |
Format | Text |
Category | Web |
What's on this Page
File extension php is traditionally used for one of the most common programming language for web development - PHP.
PHP is a server-side scripting language that was designed specifically for web development, nevertheless it can also be used as a general-purpose programming language.
It was originally made by Prasmus Lerdof but is currently developed and maintained by Zend Technologies. New features and functions are added with each major updates. There are efforts to create a formal PHP specification since 2014.
The php file is usually server-side script , which means it has to be placed on the server with PHP installed on it so others can access the web page, or other content scripted in PHP (for example PDF print). However, it may also act as HTML page with extra PHP code.
MIME-types used by PHP scripts:
application/x-httpd-php
text/php
application/php
magnus-internal/shellcgi
application/x-php
Files with php extension can be commonly found as web pages, scripts written in PHP and processed server-side by PHP engine. PHP is a programming language that offers quick way to develop websites with dynamic content.