Difference between revisions of "PHP Essentials"
From Techotopia
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
- The History of PHP
- An Overview of PHP
- Creating a Simple PHP Script
- Commenting PHP Code
- An Introduction to PHP Variables
- Understanding PHP Variable Types
- PHP Constants
- PHP Operators
- PHP Flow Control and Looping
- PHP Functions
- PHP Arrays
- Working with Strings and Text in PHP
- PHP, Filesystems and File I/O
- Working with Directories in PHP
- An Overview of HTML Forms
- PHP and HTML Forms
- PHP and Cookies - Creating, Reading and Writing
- Understanding PHP Sessions
- PHP Object Oriented Programming
- Using PHP with MySQL
- PHP and SQLite