Introduction
- PHP History
- PHP Overview
- PHP Characteristics
- Why Learn PHP
- How PHP Works with the Web Server
- Hardware and Software Requirements
- Setting-up the Web Environment
- PHP Files & Apache
Writing PHP Statements
- PHP Statements
- Adding PHP into Web Documents
- Comments
Variables
- Naming Variables
- Creating & Assigning Variables
- Constants
Data Types
- Data Types in PHP
- FALSE Conditions
- Assigning Data Types
- Typecasting
- Operations
- Strings
Arrays
- Creating Arrays
- Using Arrays in Statements
- Arrays in List Statements
- Traversing an Array
PHP Programming Basics
- Reusing PHP Code
- Including Files
- Functions
- Variables in Functions
- Web Applications
- PHP & HTML Forms
- Super Global Variables
- Saving State in PHP
- Cookies
- Sessions
- Working with MySQL
- Using PHPMyAdmin
- Connecting to a MySQL Database
- Selecting a Database
- Inserting Data
- Retrieving Data
- Changing Data
- Deleting Data