From WikiChip
Difference between revisions of "Template:PHP Guide"
(initial attempt) |
|||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
{{guide header|Control Structures}} | {{guide header|Control Structures}} | ||
* [[Conditional statements - PHP|If Statements]] | * [[Conditional statements - PHP|If Statements]] | ||
− | |||
* [[Looping constructs - PHP|Looping Constructs]] | * [[Looping constructs - PHP|Looping Constructs]] | ||
* [[Switch statements - PHP|Switch Statements]] | * [[Switch statements - PHP|Switch Statements]] | ||
* [[Exception handling - PHP|Exception Handling]] | * [[Exception handling - PHP|Exception Handling]] | ||
+ | {{guide header|Operators}} | ||
+ | * [[Operators - PHP|Operators]] | ||
+ | * [[Operator precedence - PHP|Operator precedence]] | ||
{{guide header|Forms}} | {{guide header|Forms}} | ||
* [[Form handling - PHP|Form Handling]] | * [[Form handling - PHP|Form Handling]] | ||
Line 33: | Line 35: | ||
* [[Classes - PHP|Classes]] | * [[Classes - PHP|Classes]] | ||
{{guide header|Other Topics}} | {{guide header|Other Topics}} | ||
− | * [[Error handling|Error Handling]] | + | * [[Date and time - PHP|Date and Time]] |
+ | * [[Error handling - PHP|Error Handling]] | ||
* [[Sending emails - PHP|Sending Emails]] | * [[Sending emails - PHP|Sending Emails]] | ||
}}<noinclude> | }}<noinclude> |