PHP
PHP Introduction
- PHP Installation
- PHP Syntax
- Variables
- echo and print Statements
- Data Types
- Strings
- Constants
- Operators
- if...else...elseif Statements
LOOP
- for Loops
- while Loops
- do...while Loop
- foreach Loop
- switch Statement
Function
- Functions
- User Defined Functions
- Function Arguments
- Default Argument Value
Arrays
- What is an Array?
- Create an Array in PHP
- Types of Arrays
- Sorting Arrays
Superglobals
- $GLOBALS
- $_SERVER
- $_REQUEST
- $_POST
- $_GET
- $_FILES
- $_ENV
- $_COOKIE
- $_SESSION
PHP Forms
- Form Handling
- Form Validation
- Forms-Required Fields
- Validate E-mail and URL
- Complete Form Example
PHP Advanced
- Multidimensional Arrays
- Date and Time
- Include Files
- File Handling
- File Open/Read/Close
- File Create/Write
- File Upload
- Cookies
- Sessions
- Filters
- Error Handling
MySQL Database
- What is MySQL
- Connect to MySQL
- Create a MySQL Database
- Create MySQL Tables
- Insert Data Into MySQL
- Update Data in MySQL
- Select Data From MySQL
- Delete Data From MySQL