Difference between revisions of "PHP Essentials"

From Techotopia
Jump to: navigation, search
Line 12: Line 12:
 
#* [[An Overview of PHP|Why is PHP so Useful?]]
 
#* [[An Overview of PHP|Why is PHP so Useful?]]
 
#* [[An Overview of PHP|Summary]]
 
#* [[An Overview of PHP|Summary]]
* [[Creating a Simple PHP Script]]
+
# [[Creating a Simple PHP Script]]
 +
#* [[Creating a Simple PHP Script|The PHP Code Delimiters]]
 +
#* [[Creating a Simple PHP Script|Testing the PHP Installation]]
 +
#* [[Creating a Simple PHP Script|Emdedding PHP into an HTML File]]
 +
#* [[Creating a Simple PHP Script|Embedding HTML into a PHP Script]]
 +
#* [[Creating a Simple PHP Script|Summary]]
 +
 
 
* [[Commenting PHP Code]]
 
* [[Commenting PHP Code]]
 
* [[An Introduction to PHP Variables]]
 
* [[An Introduction to PHP Variables]]

Revision as of 17:34, 7 June 2007

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