Part 1: PHP Tutorial
- Introduction to PHP
- PHP Files
- PHP Variables
- PHP Global Variables
- PHP Constants
- PHP Language Constants
- PHP Data Types
- PHP Operators
- PHP Strings
- PHP Arrays
- PHP Dates and Time
- PHP Error Messages
- PHP Comments
- PHP Conditional Statements
- PHP Loops
- PHP Functions
- PHP File Handling
- PHP Directory Handling
- PHP Cookies and Sessions
- PHP Sessions
- PHP Namespacing
- PHP Document Object Model (DOM) Parser
Part 2: Object Oriented Programming with PHP
- Object Oriented Programming
- Defining a Class
- Class Constructors and Magic Methods
- Static Methods & Properties in PHP Class
- PHP Exception Handling
- Copy Objects of Class
- Compare Objects of Class
- Getting Information about Objects and Classes
- Autoloading Classes
Part 3: PHP Scripts and Database
- Connect Database with PHP
- Execute MySQL Query in PHP
- PHP and MySQL Database Using Object-Oriented Approach
Part 4: PHP and Web Forms
Part 5: PHP Functions Reference
- explode() Function
- array_shift() Function
- array_pop() Function
- filter_var() Function
- substr() Function
- strlen() Function
- strstr() and stristr() Function
- curl() Function
- htmlspecialchars() Function
- trim() Function