1.0 Introduction
- What is PHP and Why do I need it?
- What is PHP file?
- Installing and testing easy PHP
- Uses of PHP
2.0 PHP Syntax Overview
- PHP syntax Overview
- Commenting PHP Code
- Trouble shooting
- How to create images with PHP?
- Handling sessions
3.0. Getting Started with variables
- What is variable and how to declare a variable ?
- Putting text into variables
- Adding up in PHP
- Joining direct text and variable data
4.0.Working with HTML Forms
- Overview of HTML form
- Post attribute,action attribute and method attribute
- More ACTION attribute
- Getting values from a Text Box
5.0. String Manipulation
- PHP - String Creation
- String Concatenation Operator uses
- Splitting a line of text
- Trimming White Space
- Shuffle characters String function list
- The strlen() and strpos() function
6.0 PHP Operators
- Learn Operator
- PHP Operators type
- Arithmetic Operators
- Incrementing/Decrementing Operators
- Combination Arithmetic & Assignment Operators
- Logical (or Relational) Operators
- Array Operators
7.0. Conditional Logic
- If Statements
- Using If Statements
- If...else statements
- if...elseif....else Statement
- Greater than and less than
- What these mean: <= and >=
- Switch Case Statement
- Switch Statement: Default Case
- Operator Precedence and boolean values
8.0 Arrays in PHP
- What is an Array?
- Type of array
- Creating an Array and it's type
- Getting at the values stored in Arrays
- Multidimensional Arrays
- Random Keys from an Array
- string break
9.0 Cookie
- What is Cookie
- How to Create a Cookies background?
- Retrieve Cookie Value
- Delete Cookie process
- In case a browser does not support Cookies?
10.0 Create your own Functions
- An Introduction to PHP built in funcions
- Functions with Parameters and Functions - Returning Values
- Returning an array from a function to main script
- Dynamic Function Calls
- Call By Refernce and Call By Value
- HTTP Header() Function and The INCLUDE () function
- The date( ) function
- Using the date( ) function
- getdate( ) Function
- Date() Format
- Supplying a Timestamp
11.0 Session
- Session overview
- Starting a PHP Session and destroying a PHP Session
- Storing a Session Variable