PHP, also known as PHP: Hypertext Preprocessor, is an open source scripting language and interpreter. PHP is used primarily on Linux web servers to create interactive and modified web pages, and is an alternative to Microsoft Active Server Page (ASP) technology. If PHP script is embedded within a web page, the web server calls PHP to interpret and perform the operations specified in the PHP script. Web pages with embedded PHP script can use the file extensions .php, .php3 or .phtml (if you have added this MIME type). For convenience, this FAQ uses "PHP" to refer to all PHP-based web pages.
+ Back to top