Difference between revisions of "PHP Essentials"
From Techotopia
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]] | ||
* [[An Introduction to PHP Variables]] | * [[An Introduction to PHP Variables]] |
Revision as of 17:35, 7 June 2007
- 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