From WikiChip
Difference between revisions of "php"

m
Line 1: Line 1:
{{php menu}}{{DISPLAYTITLE:PHP}}{{programming language
+
{{php menu}}{{DISPLAYTITLE:PHP}}
|name            = PHP
+
{{topics start}}
|image          = [[File:PHP Logo.png|200px]]
+
{{topics col}}
|file_extension  = .phtml, .phps, .php, .php4, .php3, .php5
+
* {{PHP|Introduction}}
|website        = http://php.net/
 
}}{{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.
 
 
 
==Topics==
 
{| valign="top"
 
|-
 
| valign="top" |
 
* PHP
 
** {{PHP|Introduction}}
 
 
** {{PHP|Environment}}
 
** {{PHP|Environment}}
 
** {{PHP|Syntax}}
 
** {{PHP|Syntax}}
Line 21: Line 12:
 
** {{PHP|Arrays}}
 
** {{PHP|Arrays}}
 
** {{PHP|Include File}}
 
** {{PHP|Include File}}
| valign="top" |
+
{{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}}
| valign="top" |
+
{{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 09:08, 22 October 2015

Topics
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.