Difference between revisions of "PHP Essentials"
From Techotopia
Line 11: | Line 11: | ||
* [[PHP Arrays]] | * [[PHP Arrays]] | ||
* [[Working with Strings and Text in PHP]] | * [[Working with Strings and Text in PHP]] | ||
+ | * [[PHP, Filesystems and File I/O]] |
Revision as of 18:26, 4 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