From WikiChip
Difference between revisions of "php"
m |
|||
Line 1: | Line 1: | ||
− | {{php menu}}{{DISPLAYTITLE:PHP}}{{ | + | {{php menu}}{{DISPLAYTITLE:PHP}} |
− | + | {{topics start}} | |
− | + | {{topics col}} | |
− | + | * {{PHP|Introduction}} | |
− | |||
− | }}{{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
** {{PHP|Environment}} | ** {{PHP|Environment}} | ||
** {{PHP|Syntax}} | ** {{PHP|Syntax}} | ||
Line 21: | Line 12: | ||
** {{PHP|Arrays}} | ** {{PHP|Arrays}} | ||
** {{PHP|Include File}} | ** {{PHP|Include File}} | ||
− | + | {{topics col}} | |
* Control Structures | * Control Structures | ||
** {{PHP|Conditional statements|If Statements}} | ** {{PHP|Conditional statements|If Statements}} | ||
Line 36: | Line 27: | ||
** {{PHP|Cookies}} | ** {{PHP|Cookies}} | ||
** {{PHP|Sessions}} | ** {{PHP|Sessions}} | ||
− | + | {{topics col}} | |
*File Handling | *File Handling | ||
** {{PHP|Basic I/O}} | ** {{PHP|Basic I/O}} | ||
Line 47: | Line 38: | ||
** {{PHP|Error Handling}} | ** {{PHP|Error Handling}} | ||
** {{PHP|Sending Emails}} | ** {{PHP|Sending Emails}} | ||
− | | | + | {{topics end}} |
+ | {{stub}} | ||
+ | '''PHP''' (a recursive acronym for PHP: Hypertext Preprocessor) is a popular open source, [[General-purpose programming language|general-purpose]], [[scripting language]] designed for [[web development]]. PHP is usually used as a server-side language directly embedded inside [[HTML]] web pages. | ||
[[Category:php]] | [[Category:php]] |
Revision as of 08:08, 22 October 2015
Topics | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
This article is still a stub and needs your attention. You can help improve this article by editing this page and adding the missing information. |
PHP (a recursive acronym for PHP: Hypertext Preprocessor) is a popular open source, general-purpose, scripting language designed for web development. PHP is usually used as a server-side language directly embedded inside HTML web pages.