You are here

about-php.html in Advanced Help 6

Same filename and directory in other branches
  1. 8 help_example/help/about-php.html
  2. 5 help_example/help/about-php.html

File

help_example/help/about-php.html
View source
<p><b>PHP</b> (<i>PHP: Hypertext Preprocessor</i>) is a computer <a href="http://en.wikipedia.org/wiki/Scripting_language" title="Scripting language">scripting language</a>, originally designed for producing <a href="http://en.wikipedia.org/wiki/Dynamic_web_page" title="Dynamic web page">dynamic web pages</a>. It is mainly used in <a href="http://en.wikipedia.org/wiki/Server-side_scripting" title="Server-side scripting">server-side scripting</a>, but can be used from a <a href="http://en.wikipedia.org/wiki/Command_line_interface"title="Command line interface">command line interface</a> or in <a  href="http://en.wikipedia.org/wiki/Standalone" title="Standalone">standalone</a> <a href="http://en.wikipedia.org/wiki/Graphical_user_interface" title="Graphical user interface">graphical applications</a>.</p>

<p>While PHP was originally created by <a 
href="http://en.wikipedia.org/wiki/Rasmus_Lerdorf" title="Rasmus
Lerdorf">Rasmus Lerdorf</a> in 1994, the main implementation of PHP is
now produced by The PHP Group and serves as the <a 
href="http://en.wikipedia.org/wiki/De_facto_standard" title="De facto
standard"><i>de facto</i> standard</a> for PHP as there is
no <a 
href="http://en.wikipedia.org/wiki/Formal_specification" title="Formal
specification">formal specification</a>. Released under the <a 
href="http://en.wikipedia.org/wiki/PHP_License" title="PHP
License">PHP License</a>, the <a 
href="http://en.wikipedia.org/wiki/Free_Software_Foundation"
title="Free Software Foundation">Free Software Foundation</a>
considers it to be <a 
href="http://en.wikipedia.org/wiki/Free_software" title="Free
software">free software</a>.</p>

<p>PHP is a widely-used general-purpose scripting language that is
especially suited for <a 
href="http://en.wikipedia.org/wiki/Web_development" title="Web
development">web development</a> and can be embedded
into <a  href="http://en.wikipedia.org/wiki/HTML"
title="HTML">HTML</a>. It generally runs on a <a 
href="http://en.wikipedia.org/wiki/Web_server" title="Web server">web
server</a>, taking PHP code as its input and
creating <a 
href="http://en.wikipedia.org/wiki/Web_page" title="Web page">web
pages</a> as output. It can be deployed on most web servers and on
almost every <a 
href="http://en.wikipedia.org/wiki/Operating_system" title="Operating
system">operating system</a> and <a 
href="http://en.wikipedia.org/wiki/Platform_%28computing%29"
class="mw-redirect" title="Platform (computing)">platform</a> free of
charge. PHP is installed on more than 20 million
websites and 1 million <a 
href="http://en.wikipedia.org/wiki/Server_%28computing%29"
title="Server (computing)">servers</a>, although the number of
websites with PHP <a 
href="http://en.wikipedia.org/wiki/Installation_%28computer_programs%29"
title="Installation (computer programs)">installed</a> has declined
since August 2005.
It is also the most popular <a 
href="http://en.wikipedia.org/wiki/Apache_HTTP_Server" title="Apache
HTTP Server">Apache</a> module among computers using Apache as a web
server.
The most recent major release of PHP was version 5.2.5
on <a  href="http://en.wikipedia.org/wiki/November_8"
title="November 8">November 8</a>, <a 
href="http://en.wikipedia.org/wiki/2007"
title="2007">2007</a>.</p>

<p class="attribution">This excerpt is adapted from <a href="http://en.wikipedia.org/wiki/PHP">Wikipedia: PHP</a>.  It is used here under a <a href="http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons BY-SA 3.0</a> license.</p>