Difference between revisions of "PHP Essentials"

From Techotopia
Jump to: navigation, search
Line 114: Line 114:
 
#* [[Working with Directories in PHP|Finding and Changing the Current Working Directory]]
 
#* [[Working with Directories in PHP|Finding and Changing the Current Working Directory]]
 
#* [[Working with Directories in PHP|Listing Files in a Directory]]
 
#* [[Working with Directories in PHP|Listing Files in a Directory]]
 +
# [[An Overview of HTML Forms]]
 +
#* [[An Overview of HTML Forms|Creating HTML Forms]]
 +
#* [[An Overview of HTML Forms|HTML Text Object]]
 +
#* [[An Overview of HTML Forms|HTML TextArea Object]]
 +
#* [[An Overview of HTML Forms|The HTML Button Object]]
 +
#* [[An Overview of HTML Forms|HTML Check Boxes]]
 +
#* [[An Overview of HTML Forms|HTML Radio Buttons]]
 +
#* [[An Overview of HTML Forms|HTML Drop-down / Select Object]]
 +
#* [[An Overview of HTML Forms|HTML Password Object]]
 +
#* [[An Overview of HTML Forms|Summary]]
 +
  
* [[An Overview of HTML Forms]]
 
 
* [[PHP and HTML Forms]]
 
* [[PHP and HTML Forms]]
 
* [[PHP and Cookies - Creating, Reading and Writing]]
 
* [[PHP and Cookies - Creating, Reading and Writing]]

Revision as of 19:45, 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
  9. PHP Flow Control and Looping
  10. PHP Functions
  11. PHP Arrays
  12. Working with Strings and Text in PHP
  13. PHP, Filesystems and File I/O
  14. Working with Directories in PHP
  15. An Overview of HTML Forms