Difference between revisions of "PHP Essentials"

From Techotopia
Jump to: navigation, search
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 Operators]]
 
 
* [[PHP Flow Control and Looping]]
 
* [[PHP Flow Control and Looping]]
 
* [[PHP Functions]]
 
* [[PHP Functions]]

Revision as of 18:10, 7 June 2007

  1. The History of PHP
  2. An Overview of PHP
  3. Creating a Simple PHP Script
  4. Commenting PHP Code
  5. An Introduction to PHP Variables
  6. Understanding PHP Variable Types
  7. PHP Constants
  8. PHP Operators