From WikiChip
Difference between revisions of "php"
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{PHP | + | {{php menu}}{{DISPLAYTITLE:PHP}} |
− | {{ | + | {{topics start}} |
+ | {{topics col}} | ||
+ | * {{PHP|Introduction}} | ||
+ | ** {{PHP|Environment}} | ||
+ | ** {{PHP|Syntax}} | ||
+ | * Basics | ||
+ | ** {{PHP|Basic Output}} | ||
+ | ** {{PHP|Variables}} | ||
+ | ** {{PHP|Constants}} | ||
+ | ** {{PHP|Strings}} | ||
+ | ** {{PHP|Arrays}} | ||
+ | ** {{PHP|Include File}} | ||
+ | {{topics col}} | ||
+ | * Control Structures | ||
+ | ** {{PHP|Conditional statements|If Statements}} | ||
+ | ** {{PHP|Looping Constructs}} | ||
+ | ** {{PHP|Switch Statements}} | ||
+ | ** {{PHP|Exception Handling}} | ||
+ | * Operators | ||
+ | ** {{PHP|Operators}} | ||
+ | ** {{PHP|Operator precedence}} | ||
+ | * Forms | ||
+ | ** {{PHP|Form Handling}} | ||
+ | ** {{PHP|Form Validation}} | ||
+ | ** {{PHP|File uploads}} | ||
+ | ** {{PHP|Cookies}} | ||
+ | ** {{PHP|Sessions}} | ||
+ | {{topics col}} | ||
+ | *File Handling | ||
+ | ** {{PHP|Basic I/O}} | ||
+ | ** {{PHP|Filesystem}} | ||
+ | *Functions & OOP | ||
+ | ** {{PHP|Functions}} | ||
+ | ** {{PHP|Classes}} | ||
+ | *Other Topics | ||
+ | ** {{PHP|Date and Time}} | ||
+ | ** {{PHP|Error Handling}} | ||
+ | ** {{PHP|Sending Emails}} | ||
+ | {{topics end}} | ||
'''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. | '''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: | + | {{stub}} |
+ | [[Category:php]] |
Latest revision as of 04:55, 6 November 2015
Topics | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
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.
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. |