Difference between revisions of "PHP Essentials"
From Techotopia
Line 4: | Line 4: | ||
#* [[The History of PHP|The Creation of PHP]] | #* [[The History of PHP|The Creation of PHP]] | ||
#* [[The History of PHP|PHP 3 Hits the Big Time]] | #* [[The History of PHP|PHP 3 Hits the Big Time]] | ||
− | #* [[The History of PHP|PHP 4 - Optimization, Scalabilty and More | + | #* [[The History of PHP|PHP 4 - Optimization, Scalabilty and More]] |
− | #* [[The History of PHP|PHP 5 - Object Orientation, Error Handling and XML | + | #* [[The History of PHP|PHP 5 - Object Orientation, Error Handling and XML]] |
#* [[The History of PHP|How Popular is PHP?]] | #* [[The History of PHP|How Popular is PHP?]] | ||
Revision as of 17:21, 7 June 2007
- 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