HTML & CSS Wiki
Advertisement

P Hypertext Preprocessor is a widely used, general-purpose scripting language that was originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document. As a general-purpose programming language, PHP code is processed by an interpreter application in command-line mode performing desired operating system operations and producing program output on its standard output channel. It may also function as a graphical application. PHP is available as a processor for most modern web servers and as standalone interpreter on most operating systems and computing platforms.

PHP was originally created by Rasmus Lerdorf in 1995 and has been in continuous development ever since. The main implementation of PHP is now produced by The PHP Group and serves as the standard for PHP as there is no formal specification. PHP is free software released under the PHP License.

Portal

[]

The Wiki Guide to PHP
Functions | Libraries | Scripts
This is an abandoned wiki with few articles. Please consider editing it.


External Links[]

Advertisement