Control Structures
Regular Expressions
- Meta-Characters
- Backslash
- Unicode Character Properties
- Circumflex and Dollar
- Full Stop
- Square Brackets
- Vertical Bar
- Multipliers
- Splitting Text
PHP Arrays
- Syntax
- Creating/Modifying with Square-Bracket Syntax
- Array Functions
- Sorting an Array
- Multi-Dimensional Arrays
PHP Object Oriented
- Classes and Inheritance
- Classes
- Inheritance
- Keywords
PHP & PEAR
- What is PEAR?
- What is PECL
|
PHP & HTML
- HTML/PHP Examples
MySQL
- Installing MySQL
- Testing MySQL
Basic SQL Statements
Connecting To MySQL
- mysql_connect
- mysql_error
- mysql_select_db
- Die
Using PHP to Perform Database Functions
Generating HTML Using PHP
- HTML Form with Embedded PHP
- Multiple HTML Pages/Forms with PHP
Email and Cookies using PHP
- Generating Email using PHP
- Generating Cookies using PHP
PHP and Database Security
- Designing Databases
- Connecting to Database
- Encrypted Storage Model
- SQL Injection
- Security Techniques
|