PHP: Difference between revisions
CSV import Tags: mobile edit mobile web edit |
CSV import |
||
| Line 28: | Line 28: | ||
{{stub}} | {{stub}} | ||
{{dictionary-stub1}} | {{dictionary-stub1}} | ||
<gallery> | |||
File:Rasmus_Lerdorf_cropped.jpg|Rasmus Lerdorf, creator of PHP | |||
File:Andi_Gutmans_1.jpg|Andi Gutmans, co-creator of PHP | |||
File:Zeev_Suraski_2005_cropped.jpg|Zeev Suraski, co-creator of PHP | |||
File:Custom-software-developement-php-net.JPG|PHP development | |||
File:Webysther_20160423_-_Elephpant.svg|Elephpant, PHP mascot | |||
File:Hello_World_Application_in_PHP.png|Hello World Application in PHP | |||
File:PHP_7.1_-_Example_phpinfo()_Screen.png|PHP 7.1 phpinfo() screen | |||
File:LAMP_software_bundle.svg|LAMP software bundle | |||
File:Scheme_dynamic_page_en.svg|Dynamic page generation with PHP | |||
</gallery> | |||
Revision as of 11:57, 18 February 2025
PHP (originally Personal Home Page, now PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
History
PHP was originally created by Rasmus Lerdorf in 1994. The main implementation of PHP is now produced by The PHP Group and serves as the formal reference to the PHP language.
Syntax
PHP code is processed by an interpreter, which is either implemented as a native module on the server or as a common gateway interface (CGI). The web server combines the results of the interpreted and executed PHP code, which may be any type of data, including images, with the generated web page.
Usage
PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. PHP code may be embedded into HTML code, or it can be used in combination with various web template systems, web content management systems, and web frameworks.
Security
While PHP has been criticized for its lack of native Unicode support and security issues, it has also been praised for its performance, simplicity, and wide feature set.
See also
References
<references />
External links
|
|
|
-
Rasmus Lerdorf, creator of PHP
-
Andi Gutmans, co-creator of PHP
-
Zeev Suraski, co-creator of PHP
-
PHP development
-
Elephpant, PHP mascot
-
Hello World Application in PHP
-
PHP 7.1 phpinfo() screen
-
LAMP software bundle
-
Dynamic page generation with PHP



