From WikiChip
Difference between revisions of "php"

m (Inject moved page PHP to php)
Line 1: Line 1:
{{PHP Guide}}
+
{{php menu}}{{DISPLAYTITLE:PHP}}
 
{{stub}}
 
{{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.
 
'''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.
  
 +
==Topics==
 +
{| valign="top"
 +
|-
 +
| valign="top" |
 +
* PHP
 +
** {{PHP|Introduction}}
 +
** {{PHP|Environment}}
 +
** {{PHP|Syntax}}
 +
* Basics
 +
** {{PHP|Basic Output}}
 +
** {{PHP|Variables}}
 +
** {{PHP|Constants}}
 +
** {{PHP|Strings}}
 +
** {{PHP|Arrays}}
 +
** {{PHP|Include File}}
 +
| valign="top" |
 +
* 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}}
 +
| valign="top" |
 +
*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}}
 +
|}
  
[[Category:PHP]]
+
 
 +
[[Category:php]]

Revision as of 09:02, 6 January 2015

Text document with shapes.svg 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.

Topics