Difference between revisions of "PHP Essentials"

From Techotopia
Jump to: navigation, search
Line 18: Line 18:
 
#* [[Creating a Simple PHP Script|Embedding HTML into a PHP Script]]
 
#* [[Creating a Simple PHP Script|Embedding HTML into a PHP Script]]
 
#* [[Creating a Simple PHP Script|Summary]]
 
#* [[Creating a Simple PHP Script|Summary]]
* [[Commenting PHP Code]]
+
# [[Commenting PHP Code]]
 +
#*  [[Commenting PHP Code|PHP Single Line Comments]]
 +
#*  [[Commenting PHP Code|PHP Multi-line Comments]]
 +
#* [[Commenting PHP Code|Summary]]
 
* [[An Introduction to PHP Variables]]
 
* [[An Introduction to PHP Variables]]
 
* [[Understanding PHP Variable Types]]
 
* [[Understanding PHP Variable Types]]

Revision as of 17:50, 7 June 2007

  1. The History of PHP
  2. An Overview of PHP
  3. Creating a Simple PHP Script
  4. Commenting PHP Code