Difference between revisions of "PHP Essentials"
From Techotopia
Line 72: | Line 72: | ||
#* [[PHP Functions|Returning Values By Reference]] | #* [[PHP Functions|Returning Values By Reference]] | ||
#* [[PHP Functions|Functions and Variable Scope]] | #* [[PHP Functions|Functions and Variable Scope]] | ||
+ | # [[PHP Arrays]] | ||
+ | #* [[PHP Arrays|How to Create a PHP Array]] | ||
+ | #* [[PHP Arrays|Accessing Elements in a PHP Array]] | ||
+ | #* [[PHP Arrays|Creating an Associative Array]] | ||
+ | #* [[PHP Arrays|Accessing Elements of an Associative Array]] | ||
+ | #* [[PHP Arrays|Accessing Elements in a Multidimensional PHP Array]] | ||
+ | #* [[PHP Arrays|Using PHP Array Pointers]] | ||
+ | #* [[PHP Arrays|Changing, Adding and Removing PHP Array Elements]] | ||
+ | #* [[PHP Arrays|Looping through PHP Array Elements]] | ||
+ | #* [[PHP Arrays|Replacing Sections of an Array]] | ||
+ | #* [[PHP Arrays|Sorting a PHP Array]] | ||
+ | #* [[PHP Arrays|Sorting Associative Arrays]] | ||
+ | #* [[PHP Arrays|Getting Information About PHP Arrays & other Array Functions]] | ||
+ | #* [[PHP Arrays|Summary]] | ||
− | |||
* [[Working with Strings and Text in PHP]] | * [[Working with Strings and Text in PHP]] | ||
* [[PHP, Filesystems and File I/O]] | * [[PHP, Filesystems and File I/O]] |
Revision as of 18:49, 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
- How to Create a PHP Array
- Accessing Elements in a PHP Array
- Creating an Associative Array
- Accessing Elements of an Associative Array
- Accessing Elements in a Multidimensional PHP Array
- Using PHP Array Pointers
- Changing, Adding and Removing PHP Array Elements
- Looping through PHP Array Elements
- Replacing Sections of an Array
- Sorting a PHP Array
- Sorting Associative Arrays
- Getting Information About PHP Arrays & other Array Functions
- Summary