Complete PHP Guide
PHP is a server-side programming language used for creating dynamic web sites and interactive web applications. The acronym PHP originally stood for Personal Home Page, but as its functionality grew, this was changed to PHP: Hypertext Preprocessor.
Part 1: PHP Tutorial
- Introduction to PHP
- Importing Files to PHP
- 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
Part 2: Object Oriented Programming with PHP
- Object Oriented Programming
- Defining a Class
- Class Constructors and Magic Methods
- Inheritance in PHP
- Static Methods & Properties in PHP Class
- Abstract Class in PHP
- 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