← Back to Subjects

PHP - Chapters

📂
PHP Introduction
📂
PHP Installing XAMPP Server
📂
PHP Code Structure
📂
PHP Echo & Print Statement
📂
PHP Comments
📂
PHP Variables
📂
PHP Data Types
📂
PHP Constant Variables
📂
PHP Arithmetic Operators
📂
PHP Assignment Operators
📂
PHP Comparison Operators
📂
PHP Logical Operators
📂
PHP If Statement
📂
PHP If Else Statement
📂
PHP If Elseif Statement
📂
PHP Switch Statement
📂
PHP Ternary Operator
📂
PHP String Operators
📂
PHP Continue & Break Statement
📂
PHP Goto Statement
📂
PHP While Loop
📂
PHP Do While Loop
📂
PHP For Loop
📂
PHP Nested Loop
📂
PHP Functions
📂
PHP Arrays
📂
PHP Associative Array
📂
PHP Foreach Loop
📂
PHP Multidimensional Array
📂
PHP Multidimensional Associative Array
📂
PHP Foreach Loop with list()
📂
PHP Array Count & Sizeof Function
📂
PHP array_pop() & array_push()
📂
PHP array_shift() & array_unshift()
📂
PHP Array_Merge & Array_Combine
📂
PHP array_slice() Function
📂
PHP array_splice() Function
📂
PHP Array Sorting Functions
📂
PHP Array Traversing Functions
📂
PHP Array list() Function
📂
PHP Array extract() & compact()
📂
PHP array_range() Function
📂
PHP explode() & implode()
📂
PHP str_split() & chunk_split()
📂
PHP String LowerCase & UpperCase Functions
📂
PHP String Length & Count Functions
📂
PHP String Search & Find Position Functions
📂
PHP String Search Functions
📂
PHP substr() Function
📂
PHP String Replace Functions
📂
PHP String Compare Functions
📂
PHP strrev() & str_shuffle()
📂
PHP str_pad() & str_repeat()
📂
PHP String Trim & Chop Functions
📂
PHP Date Function
📂
PHP time()
📂
PHP mktime() & gmmktime()
📂
PHP date_create() & date_format()
📂
PHP checkdate() & date_diff()
📂
PHP Include and Require Statement
📂
PHP include_once & require_once
📂
PHP $_GET, $_POST, $_REQUEST Variables
📂
PHP $_SERVER Variable
📂
PHP $_COOKIE Variable
📂
PHP Session Variables
📂
PHP $_FILES & move_uploaded_file()
📂
PHP die() & exit()
📂
MySQL Introduction
📂
MySQL Installation and Workbench
📂
MySQL CREATE TABLE
📂
MySQL INSERT Statement
📂
MySQL INSERT Multiple Rows
📂
MySQL SELECT With WHERE Clause
📂
MySQL AND, OR, NOT Operators
📂
MySQL IN Operator
📂
MySQL BETWEEN & NOT BETWEEN Operator
📂
MySQL LIKE Operator & Wildcards
📂
MySQL ORDER BY & DISTINCT
📂
MySQL IS NULL & IS NOT NULL
📂
MySQL LIMIT & OFFSET
📂
MySQL UPDATE Statement
📂
MySQL DELETE