Chapter 1: Using PHP

1.Installation 2.Accessing 3.Writing PHP & Executing

Read more...
Chapter 2: PHP Variables

Defining Variables & Examples

Read more...
Chapter 3: PHP Operators

1.Arithmetic Operators 2.Assignment Operators 3.Combined Assignment Operators 4.Increment and Decrement Operators 5.Comparison Operators 6.Logical Operators

Read more...
Chapter 4: PHP Strings

1. String Types 2.String Concatenation 3.Delimiting Strings 4.Escape Characters

Read more...
Chapter 5: PHP Arrays

Array definition and it's usages.

Read more...
Chapter 6: Conditionals In PHP

1.IF Statement 2.Switch Statement

Read more...
Chapter 7: PHP Loops

1.While Loop 2.For Loop 3.Foreach Loop

Read more...
Chapter 8: PHP User Define Functions

1.Defining & Calling Function 2.Function Parameters 3.Return Statement 4.Function Exists

Read more...
Chapter 9: PHP Variable Testing

1.isset() 2.empty() 3.is_null() 4.unset() 5.Null Coalescing Operator 6.Determining Types

Read more...
Chapter 10: PHP Importing Files

1.include 2.required 3.include_once 4.require_once

Read more...
Chapter 11: User Inputs

1.HTML Form 2.Sending With POST 3.Sending with GET 4.Request Array 5.File Uploading

Read more...
Chapter 12: Cookies

1.Creating Cookies 2. Cookie Array 3. Deleting Cookies

Read more...
Chapter 13: Sessions

1. Starting A Session 2. Session Array 3. Deleting Sessions

Read more...
Chapter 14: String Functions

Some important string functions in PHP

Read more...