| 1 |
Introduction to PHP and Object Oriented programming |
PHP Programming Standards
How to work with PHP and HTML
Working with Semi-colon and Comments |
| 2 |
PHP Basics |
Variables
PHP Statements
Referencing Variables and Constants
Superglobals
Variable Variables
Basic and Advanced operators
|
| 3 |
PHP Conditionals and Loops |
The “IF” Statement
“SWITCH” Statements
The “WHILE” Structure
The “DO-WHILE” Structure
The “FOR” Loop |
| 4 |
PHP and Functions |
PHP and functions
Why use functions
Variable Scope
Creating and using Functions
Functions with Parameters
Returning Values |
| 5 |
PHP Arrays |
Multidimensional Arrays
“FOREACH” looping – advanced
Navigating Arrays
Manipulating Keys
Sorting Arrays
Serialization |
| 6 |
MySQL Basics |
Configuring Users in MySQL
Creating Databases and Tables
mySQL Data Types
Basic MYSQL commands
Using phpMyAdmin |
| 7 |
Using MySQL with PHP |
Using MySQL with PHP
Connecting to MySQL
Choosing a database
Querying a database
Retrieving results
Useful MySQL functions in PHP
|
| 8 |
PHP and Sessions |
Session Tracking With Built in PHP Functions
Session Tracking With Databases
|
| 9 |
Typical applications |
How to build typical applications like content management system, shopping cart, payment processing, etc..
|
 |