Skip to main content

Mastering Advance PHP: A Complete Course Syllabus for Beginners

Advance PHP 

Download GeekyShows Advance PHP Notes

Object Oriented Programming in Advance PHP 

Class in PHP 

Object in PHP 

this Keyword in PHP 

Constructor in PHP 

Destructor in PHP 

Inheritance in PHP 

Inheritance with Constructor in PHP 

Public Access Modifier in PHP 

Private Access Modifier in PHP 

Protected Access Modifier in PHP 

Access Modifier with Constructor in PHP 

Static Properties in PHP 

Static Property inside Static Method in PHP 

Static with Inheritance in PHP 

Abstract Class and Abstract Method in PHP 

const in PHP 

Interface in PHP 

Difference between Interface and Abstract Class in PHP 

Method Overriding in PHP 

final Method and final Class in PHP 

include and require in PHP 

include once and require once in PHP 

Example of include once in PHP 

Introduction to Database in PHP 

What is MySQLi in PHP 

Create Database and Table using phpMyAdmin in PHP 

Create Database Connection using MySQLi Procedural in PHP 

Some Important function for Database MySQLi Procedural in PHP 

Retrieve Data from Database MySQLi Procedural in PHP 

Retrieve Data from Database in Table MySQLi Procedural in PHP 

Insert Data into Database MySQLi Procedural in PHP 

Insert Data into Database using Form MySQLi Procedural in PHP 

Retrieve and Insert Data MySQLi Procedural in PHP 

Delete Data from Database MySQLi Procedural in PHP 

Delete Data from Database using Button MySQLi Procedural in PHP 

Update Data into Database MySQLi Procedural in PHP Hindi

Update Data into Database using Form MySQLi Procedural in PHP 

Create Database MySQLi Procedural in PHP 

Create Table MySQLi Procedural in PHP 

Create Database Connection MySQLi Object Oriented in PHP 

Retrieve Data from Database MySQLi Object Oriented in PHP 

Retrieve Data from Database in Table MySQLi Object Oriented in PHP 

Insert Data into Database MySQLi Object Oriented in PHP 

Insert Data into Database using Form MySQLi Object Oriented in PHP 

Retrieve and Insert Data MySQLi Object Oriented in PHP 

Delete Data from Database MySQLi Object Oriented in PHP 

Delete Data from Database using Button MySQLi Object Oriented in PHP 

Update Data into Database MySQLi Object Oriented in PHP 

Update Data into Database using Form MySQLi Object Oriented in PHP 

Create Database MySQLi Object Oriented in PHP 

Create Table MySQLi Object Oriented in PHP 

Close Database Connection MySQLi Object Oriented in PHP 

Introduction to PHP Data Object PDO in PHP 

Difference and Similarities between MySQLi and PDO in PHP 

Create Database Connection using PDO in PHP 

Retrieve Data from Database using PDO in PHP 

Retrieve Data from Database in Table using PDO in PHP 

Insert Data into Database using PDO in PHP 

Insert Data into Database using Form PDO in PHP 

Retrieve and Insert Data using PDO in PHP 

Delete Data from Database using PDO in PHP 

Delete Data from Database using Button PDO in PHP 

Update Data into Database using PDO in PHP 

Update Data into Database using Form PDO in PHP 

Prepared Statement in PHP 

Some important functions for MySQLi Procedural with Preapred Statement in PHP 

Retrieve Data from Database using MySQLi Procedural with Prepared Statement in PHP 

Find Number of Rows using MySQLi Procedural with Prepared Statement in PHP 

Retrieve Data from Database in Table using MySQLi Procedural with Prepared Statement in PHP 

Insert Data into Database using MySQLi Procedural with Prepared Statement in PHP 

Insert Data into Database using Form MySQLi Procedural with Prepared Statement in PHP 

Retrieve and Insert Data using MySQLi Procedural with Prepared Statement in PHP 

Delete Data from Database using MySQLi Procedural with Prepared Statement in PHP 

Delete Data from Database using Button MySQLi Procedural with Prepared Statement in PHP 

Update Data into Database using MySQLi Procedural with Prepared Statement in PHP 

Update Data into Database using Form MySQLi Procedural with Prepared Statement in PHP 

Some important Methods for MySQLi Object Oriented with Preapred Statement in PHP 

Retrieve Data from Database using MySQLi Object Oriented with Prepared Statement in PHP 

Find Number of Rows using MySQLi Object Oriented with Prepared Statement in PHP 

Retrieve Data from Database in Table MySQLi Object Oriented with Prepared Statement in PHP 

Insert Data into Database using MySQLi Object Oriented with Prepared Statement in PHP 

Insert Data into Database using Form MySQLi Object Oriented with Prepared Statement in PHP 

Retrieve and Insert Data using MySQLi Object Oriented with Prepared Statement in PHP 

Delete Data from Database using MySQLi Object Oriented with Prepared Statement in PHP 

Delete Data from Database using Button MySQLi Object Oriented with Prepared Statement in PHP 

Update Data into Database using MySQLi Object Oriented with Prepared Statement in PHP 

Update Data into Database using Form MySQLi Object Oriented with Prepared Statement in PHP 

Some Important Functions for PDO with Prepared Statement in PHP 

Retrieve Data from Database using PDO with Prepared Statement in PHP 

SELECT with WHERE Clause in PDO with Prepared Statement PHP 

Retrieve Data from Database in Table using PDO with Prepared Statement in PHP 

Insert Data into Database using PDO with Prepared Statement in PHP 

Insert Data into Database using Form in PDO with Prepared Statement PHP 

Insert and Retrieve Data using PDO with Prepared Statement in PHP 

Delete Data from Database in PDO with Prepared Statement PHP 

Delete Data from Database using Button in PDO with Prepared Statement PHP 

Update Data into Database in PDO with Prepared Statement PHP 

Update Data into Database using Form in PDO with Prepared Statement PHP 

What is Cookie and How it works 

Cookie in PHP 

Creating Cookie in PHP 

Creating Cookie Some Optional Parameter in PHP 

Reading or Accessing Cookie in PHP 

Replace and Append Cookie in PHP 

Deleting Cookie in PHP 

How to use Cookie in PHP 

What is Session and How it Works in PHP 

How to Set and Get Session Variable in PHP 

How to Unset and Destroy Session variable in PHP 

How to use Session in PHP 

Filters in PHP 

filter has var Function in PHP 

filter var Function in PHP 

User Defined Function to Filter Data in PHP 

Exception Handling in PHP 

Best Practice in PHP 

Advance PHP Completed What Next

Namespace and Defining Namespace in PHP 

Sub Namespace in PHP 

Multiple Namespace in Single File in PHP 

Global Namespace in PHP 

Namespace with PHP Builtin Names 

Namespace use Operator in PHP 

Comments

Popular posts from this blog

Mastering HTML: A Complete Course Syllabus from Beginner to Advance

Mastering HTML: A Complete Course Syllabus for Beginner to Advance 1. Introduction to HTML  2. Tags and Element in HTML  3. Attributes in HTML  4. HTML Tag in HTML  5. Head Tag in HTML  6. Title Tag in HTML  7. Body Tag in HTML  8. How to Create a Simple HTML Page  9. Type of Tag in HTML  10. Version of HTML  11. Introduction of HTML 5  12. Features of HTML 5  13. HTML 5 Doctype Declaration  14. How to Create Plain Text Web Page in HTML 5  15. How to insert New Line or Line Break using br Tag in HTML  16. How to write Headings using h Tag in HTML  17. How to Create Paragraph using p Tag in HTML  18. Subscript and Superscript using sub and sup Tag in HTML  19. Horizontal Rule or Horizontal Line using hr Tag in HTML  20. Align Attribute in HTML  21. Bold using b Tag in HTML  22. Italic using i Tag in HTML  23. Strong and Emphasis Tag in HTML  24. Blockquote and q Tag in HTML...

Mastering CSS and CSS 3: A Complete Course Syllabus from Beginner to Advance

Introduction to CSS  CSS Syntax  Element Selector in CSS  Way of Inserting CSS  External Style Sheet in CSS  How to link Web Page to External Style Sheet in CSS  Internal Style Sheet in CSS  Inline Style in CSS  Multiple Style Sheet  or Priority of Style Sheets in CSS  Comment in CSS  id Selector in CSS  Class Selector or Style Class in CSS  Universal Style Class in CSS  Element Specific Style Class in CSS  How to use two or more classes in CSS  Grouping Selectors in CSS  Background Properties in CSS  background color property in CSS  background image property in CSS  background repeat property in CSS  background position property in CSS  background attachment property in CSS  background shorthand property in CSS  background size property in CSS  background origin property in CSS  background clip property in CSS  How to set Multiple background Image in C...

Mastering Bootstrap: A Complete Course Syllabus from Beginner to Advance

Introduction to Bootstrap  How to Download and Use Bootstrap  How to Include Custom CSS in Bootstrap  Container and Container fluid Layout in Bootstrap  Grid System in Bootstrap  Grid System Break Points in Bootstrap  Example Grid System Break Points in Bootstrap  Auto Width Column in Bootstrap  Column Break in Bootstrap  How to set Column Order in Bootstrap  Offset Column in Bootstrap  Nesting Columns or Rows in Bootstrap  Media Object in Bootstrap  Typography in Bootstrap  Images in Bootstrap  Table in Bootstrap  Figures in Bootstrap  Colors in Bootstrap  Borders in Bootstrap  Text in Bootstrap  Spacing - Margin and Padding in Bootstrap  Vertical Alignment in Bootstrap  Visibility in Bootstrap  Sizing in Bootstrap  Position in Bootstrap  Shadow in Bootstrap  Display in Bootstrap  Embed in Bootstrap  Float in Bootstrap  Alerts in Bootstrap...