Difference between revisions of "PHP Essentials"
From Techotopia
Line 42: | Line 42: | ||
#* [[PHP Constants|PHP Script and Environment Related Constants]] | #* [[PHP Constants|PHP Script and Environment Related Constants]] | ||
#* [[PHP Constants|PHP Mathematical Constants]] | #* [[PHP Constants|PHP Mathematical Constants]] | ||
+ | # [[PHP Operators]] | ||
+ | #* [[PHP Operators|PHP Assignment Operators]] | ||
+ | #* [[PHP Operators|PHP Arithmetic Operators]] | ||
+ | #* [[PHP Operators|PHP Comparison Operators]] | ||
+ | #* [[PHP Operators|PHP Logical Operators]] | ||
+ | #* [[PHP Operators|PHP Increment and Decrement Operators]] | ||
+ | #* [[PHP Operators|PHP String Concatenation Operator]] | ||
+ | #* [[PHP Operators|Concatenation of Numbers and Strings in PHP]] | ||
+ | #* [[PHP Operators|PHP Execution Operator - Executing Server Side Commands]] | ||
− | |||
* [[PHP Flow Control and Looping]] | * [[PHP Flow Control and Looping]] | ||
* [[PHP Functions]] | * [[PHP Functions]] |
Revision as of 18:10, 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