Difference between revisions of "PHP Essentials"

From Techotopia
Jump to: navigation, search
Line 22: Line 22:
 
#*  [[Commenting PHP Code|PHP Multi-line Comments]]
 
#*  [[Commenting PHP Code|PHP Multi-line Comments]]
 
#* [[Commenting PHP Code|Summary]]
 
#* [[Commenting PHP Code|Summary]]
* [[An Introduction to PHP Variables]]
+
# [[An Introduction to PHP Variables]]
 +
#* [[An Introduction to PHP Variables|Naming and Creating a Variable in PHP]]
 +
#* [[An Introduction to PHP Variables|Assigning a Value to a PHP Variable]]
 +
#* [[An Introduction to PHP Variables|Accessing PHP Variable Values]]
 +
#* [[An Introduction to PHP Variables|Changing the Type of a PHP Variable]]
 +
#* [[An Introduction to PHP Variables|Checking Whether a Variable is Set]]
 
* [[Understanding PHP Variable Types]]
 
* [[Understanding PHP Variable Types]]
 
* [[PHP Constants]]
 
* [[PHP Constants]]

Revision as of 17:51, 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