Difference between revisions of "PHP Essentials"
From Techotopia
Line 51: | Line 51: | ||
#* [[PHP Operators|Concatenation of Numbers and Strings in PHP]] | #* [[PHP Operators|Concatenation of Numbers and Strings in PHP]] | ||
#* [[PHP Operators|PHP Execution Operator - Executing Server Side Commands]] | #* [[PHP Operators|PHP Execution Operator - Executing Server Side Commands]] | ||
+ | # [[PHP Flow Control and Looping]] | ||
+ | #* [[PHP Flow Control and Looping|PHP Conditional Statements]] | ||
+ | #* [[PHP Flow Control and Looping|The PHP if Statement]] | ||
+ | #* [[PHP Flow Control and Looping|The PHP if ... else Statements]] | ||
+ | #* [[PHP Flow Control and Looping|PHP Looping Statements]] | ||
+ | #* [[PHP Flow Control and Looping|PHP for loops]] | ||
+ | #* [[PHP Flow Control and Looping|PHP while loops]] | ||
+ | #* [[PHP Flow Control and Looping|PHP do ... while loops]] | ||
+ | #* [[PHP Flow Control and Looping|PHP switch Statements]] | ||
+ | #* [[PHP Flow Control and Looping|Breaking a Loop]] | ||
+ | #* [[PHP Flow Control and Looping|Breaking Out of Nested Loops]] | ||
+ | #* [[PHP Flow Control and Looping|Skipping Statements in Current Loop Iteration]] | ||
− | |||
* [[PHP Functions]] | * [[PHP Functions]] | ||
* [[PHP Arrays]] | * [[PHP Arrays]] |
Revision as of 18:22, 7 June 2007
- The History of PHP
- An Overview of PHP
- Creating a Simple PHP Script
- Commenting PHP Code
- An Introduction to PHP Variables
- Understanding PHP Variable Types
- PHP Constants
- PHP Operators
- PHP Flow Control and Looping
- PHP Functions
- PHP Arrays
- Working with Strings and Text in PHP
- PHP, Filesystems and File I/O
- Working with Directories in PHP
- An Overview of HTML Forms
- PHP and HTML Forms
- PHP and Cookies - Creating, Reading and Writing
- Understanding PHP Sessions
- PHP Object Oriented Programming
- Using PHP with MySQL
- PHP and SQLite