Difference between revisions of "PHP Essentials"

From Techotopia
Jump to: navigation, search
Line 35: Line 35:
 
#* [[Understanding PHP Variable Types|Extracting and Writing String Fragments]]
 
#* [[Understanding PHP Variable Types|Extracting and Writing String Fragments]]
 
#* [[Understanding PHP Variable Types|Creating PHP heredoc Strings]]
 
#* [[Understanding PHP Variable Types|Creating PHP heredoc Strings]]
 +
# [[PHP Constants]]
 +
#* [[PHP Constants|Defining a PHP Constant]]
 +
#* [[PHP Constants|Checking if a PHP Constant is Defined]]
 +
#* [[PHP Constants|Using a Variable as a Constant Name]]
 +
#* [[PHP Constants|Predefined PHP Constants]]
 +
#* [[PHP Constants|PHP Script and Environment Related Constants]]
 +
#* [[PHP Constants|PHP Mathematical Constants]]
  
* [[PHP Constants]]
 
 
* [[PHP Operators]]
 
* [[PHP Operators]]
 
* [[PHP Flow Control and Looping]]
 
* [[PHP Flow Control and Looping]]

Revision as of 18:04, 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