← Back to Subjects
Advance PHP - Chapters
📂
PHP Function Arguments By Reference
📂
PHP Variable Functions
📂
PHP Function with Returning Value
📂
PHP Function with Default Parameters
📂
PHP in_array() & array_search()
📂
PHP array_replace & array_replace_recursive
📂
PHP Array Key Functions
📂
PHP Array Intersect Functions
📂
PHP Array Diff & Udiff Functions
📂
PHP Array_Values & Array_Unique
📂
PHP Array Column & Chunk Functions
📂
PHP Array_Flip & Array_Change_Key_Case
📂
PHP array_sum() & array_product()
📂
PHP Array_Fill & Array_Fill_Keys
📂
PHP array_walk() & array_walk_recursive()
📂
PHP array_map() Function
📂
PHP array_reduce()
📂
PHP array_rand() & shuffle()
📂
PHP addslashes() & stripslashes()
📂
PHP htmlentities() & htmlspecialchars()
📂
PHP MD5 & SHA1 Functions
📂
PHP convert_uuencode() & convert_uudecode()
📂
PHP bin2hex() & hex2bin()
📂
PHP chr() & ord() Functions
📂
PHP strip_tags() & wordwrap()
📂
PHP Math min() & max()
📂
Math Functions — Ceil, Floor, Round & Abs
📂
PHP Math: intdiv(), sqrt(), pow()
📂
PHP rand(), mt_rand() & lcg_value()
📂
PHP Date_add, Date_sub & Date_modify
📂
PHP Getdate, Localtime & Gettimeofday
📂
PHP date_parse() Function
📂
PHP Strtotime, Strftime & Gmstrftime
📂
PHP date_time_set() Function
📂
PHP TimeZone Functions
📂
MySQL Constraints
📂
MySQL PRIMARY KEY and FOREIGN KEY
📂
MySQL INNER JOIN
📂
MySQL LEFT JOIN & RIGHT JOIN
📂
MySQL CROSS JOIN
📂
MySQL JOIN Multiple Tables
📂
MySQL GROUP BY & HAVING Clause
📂
MySQL SubQuery with EXISTS & NOT EXISTS
📂
MySQL UNION and UNION ALL
📂
MySQL IF and CASE Statement
📂
MySQL Arithmetic Functions
📂
MySQL String Functions
📂
MySQL Date Functions
📂
MySQL Time Functions
📂
MySQL VIEW
📂
MySQL INDEX
📂
MySQL ALTER Statement
📂
MySQL DROP & TRUNCATE Table
📂
MySQL Regular Expression
📂
MySQL COUNT, SUM, MIN, MAX, AVG
📂
MySQL COMMIT & ROLLBACK
📂
PHP MySQL CRUD – Read Data
📂
PHP MySQL CRUD – Create Data
📂
PHP MySQL CRUD – Update Data
📂
PHP MySQL CRUD – Delete Data
📂
PHP MySQLi Fetch Functions
📂
PHP MySQLi Affected Rows
📂
PHP MySQLi Error Functions
📂
PHP MySQLi Object Oriented
📂
PHP MySQLi Prepare Function
📂
PHP CRUD Class
📂
PHP CRUD Class – Insert Method
📂
PHP CRUD Class – Update Method
📂
PHP CRUD Class – Delete Method
📂
PHP CRUD Class – Select Method
📂
PHP CRUD Class Pagination Method
📂
PHP CRUD Class – Usage Example
📂
PHP AJAX Introduction
📂
PHP AJAX Insert Records in Database
📂
PHP AJAX Delete Records From Database
📂
PHP AJAX Update Records
📂
PHP AJAX Live Search
📂
PHP AJAX Pagination
📂
PHP AJAX Load More Pagination
📂
PHP AJAX Serialize Form Data
📂
PHP AJAX – $_GET & $_POST Methods
📂
JSON Introduction
📂
PHP json_encode() Function
📂
PHP json_decode() Function
📂
PHP Create Dynamic JSON File
📂
Read JSON Data with jQuery
📂
PHP REST API Introduction
📂
PHP REST API – Read Data
📂
PHP REST API – Create & Update Data
📂
PHP REST API – Delete & Search Data
📂
PHP REST API in Web Page
📂
PHP Coronavirus API
📂
PHP OOP Introduction
📂
PHP OOP Constructor Function
📂
PHP OOP Inheritance
📂
PHP OOP Access Modifiers
📂
PHP OOP Overriding Properties & Methods
📂
PHP OOP Abstract Class
📂
PHP OOP Interfaces
📂
PHP OOP Static Members
📂
PHP OOP Late Static Binding
📂
PHP OOP Traits
📂
PHP OOP Traits Method Overriding
📂
PHP OOP Type Hinting
📂
PHP OOP Namespace
📂
PHP OOP Method Chaining
📂
PHP OOP Magic Methods
📂
PHP Magic Constants
📂
PHP OOP Conditional Functions
📂
PHP OOP Getter Method
📂
PHP OOP Set Method
📂
PHP OOP Call Method (__call)
📂
PHP OOP __callStatic() Method
📂
PHP OOP __isset() Magic Method
📂
PHP OOP __unset() Magic Method
📂
PHP OOP __toString() Method
📂
PHP OOP __sleep() Method
📂
PHP OOP __wakeup() Method
📂
PHP OOP Clone Method
📂
PHP OOP __invoke() Method
📂
PHP OOP Autoload Method
📂
PHP Is Conditional Functions
📂
PHP Filter Validations
📂
PHP Sanitize Filter
📂
PHP filter_var_array()
📂
PHP filter_input() Function
📂
Password Hashing
📂
Preventing SQL Injection & XSS
📂
PHP FileSystem Functions
📂
PHP FileSystem is_* Functions
📂
PHP Chmod & Fileperms Functions
📂
PHP file_put_contents() & file_get_contents()
📂
PHP glob() Function
📂
PHP getcwd(), chdir(), scandir()
📂
PHP opendir(), readdir(), closedir()
📂
PHP Regular Expressions Tutorial
📂
PHP preg_replace() & preg_split()
📂
PHP – How to Send Email
📂
PHP MySQL PDO
📂
PHP MySQL PDO – Prepare Method
📂
PHP PDO – Advanced Fetch Styles
📂
PHP PDO with Exception Handling
📂
PHP PDO – Transactions
📂
PHP PDO – bindColumn Method
📂
PHP MySQL Read Data with JS Fetch Method
📂
PHP MySQL Insert Data with Fetch API
📂
PHP MySQL Update Data with JS Fetch
📂
PHP MySQL Delete Data with JS Fetch
📂
PHP MySQL Search Data with Fetch API
📂
PHP Exception Handling
📂
PHP Exception Handling — Try, Catch, Finally
📂
PHP Custom Exception Classes
📂
PHP Exception Handling – Throwing Exceptions
📂
PHP Exception Handling – Exception Logging
📂
PHP Exception Handling – Multiple Exceptions
📂
PHP Exception Handling – Errors & Exceptions Together