PHP is a computer scripting
language originally designed for producing dynamic web
pages.[1] The name PHP is a recursive acronym for PHP:
Hypertext Preprocessor. PHP is used mainly in server-side
scripting, but can be used from a command line interface
or in standalone graphical applications. Textual User
Interfaces can also be created using ncurses.
The main implementation is produced by The PHP Group
and released under the PHP License. This implementation
serves to define a de facto standard for PHP, as there
is no formal specification.
PHP is a widely-used general-purpose scripting language
that is especially suited for Web development and can
be embedded into HTML. PHP generally runs on a web server,
taking PHP code as its input and creating Web pages
as output. However, it can also be used for command-line
scripting and client-side GUI applications. PHP can
be deployed on most web servers and on almost every
operating system and platform free of charge. The PHP
Group also provides the complete source code for users
to build, customize and extend for their own use.
PHP primarily acts as a filter. The PHP program takes
input from a file or stream containing text and special
PHP instructions and outputs another stream of data
for display. |