Skip to main content

Mastering Core PHP: A Complete Course Syllabus for Beginners

Introduction to PHP 

What is Client and Server 

Client Server Architecture 

What is Web Browser and Web Server 

Web Server Architecture 

What is Web Application 

What is Website 

Type of Website 

How PHP Works 

Development Environment for PHP 

How to Install XAMPP 

How to Download and Install XAMPP in Windows 11 

MySQL Replaced by MariaDB in XAMPP 

How to Download Core PHP Notes

Basic Structure of PHP 

How to Run PHP on Local Server 

Variable in PHP 

Data Type in PHP 

echo Statement in PHP 

print Statement in PHP 

Difference between print and echo in PHP 

Here Document in PHP 

Comments in PHP 

String Interpolation in PHP 

Constant in PHP 

Math Operators in PHP 

Math Function in PHP 

Assignment Operators in PHP 

If Statement and Nested if Statement in PHP 

if else and Nested if else Statement in PHP 

Relational Operators in PHP 

Difference between Single Equal Double Equal and Triple Equal in PHP 

Difference between Not Equal and Not Identical in PHP 

Spaceship in PHP 

Logical Operators in PHP 

Increment and Decrement Operators in PHP 

String Operators in PHP 

Operator Precedence in PHP 

ElseIf Statement in PHP 

Ternary or Conditional Operator in PHP 

Switch Statement in PHP 

While Loop in PHP 

Nested While Loop in PHP 

Do While Loop in PHP 

Nested Do While Loop in PHP 

For Loop in PHP 

Nested For Loop in PHP 

Break and Continue Statement in PHP 

Array and Its Type in PHP 

Numeric Array in PHP 

Create Array using Array Function in PHP 

Double Arrow Operator in PHP 

Associative Array in PHP 

Modifying and Deleting Array Element using unset Function in PHP 

Copy an Array in Array in PHP 

count Function in PHP 

for Loop with Numeric Array in PHP 

array_keys Function in PHP 

for Loop with Associative Array in PHP 

foreach Loop with Numeric Array in PHP 

foreach Loop with Associative Array in PHP 

While Loop with Numeric Array in PHP 

While Loop with Associative Array in PHP 

print_r Function in PHP 

Array Operators in PHP 

Multidimensional Array in PHP 

foreach Loop with Multi D Numeric Array in PHP 

foreach Loop with Multi D Associative Array in PHP 

for Loop with Multi D Numeric Array in PHP 

for Loop with Multi D associative Array in PHP 

String in PHP 

Access Character in PHP 

Difference between Single Quote and Double Quote in PHP 

Escape Sequence in PHP 

Difference between heredoc and nowdoc in PHP 

String Functions in PHP 

Formatting String in PHP 

printf Function in PHP 

Conversion Specifications in PHP 

Type Specifiers in PHP 

Position Specifier in PHP 

Sign Specifier in PHP 

Width Specifier in PHP 

Padding Specifier in PHP 

Alignment Specifier in PHP 

Precision Specifier in PHP 

sprintf Function in PHP 

Function in PHP 

Creating and Calling a Function in PHP 

How Function Call Work in PHP 

Function with Parameter in PHP 

Default Arguments in PHP 

Return Statement in PHP 

Type Declaration in PHP 

Scalar Type Declaration Coercive Mode in PHP 

Scalar Type Declaration Strict Mode in PHP 

Return Type Declaration in PHP 

Pass by Value in PHP 

Pass by Reference in PHP 

Passing Array to Function in PHP 

Returning Array from Function in PHP 

Local Variable in PHP 

Global Variable in PHP 

Static Variable in PHP 

Super Global Variable in PHP 

Conditional Function in PHP 

Calling Function with Condition in PHP 

Variable Function in PHP 

Nesting of Function in PHP 

Recursive Function in PHP 

Returning Error from Function using die in PHP 

Anonymous Function in PHP 

Passing Anonymous Function as Argument in PHP 

Returning Anonymous Function in PHP 

File Handling in PHP 

Opening a File in PHP 

Reading a File in PHP 

Closing a File in PHP 

Reading a File Character by Character in PHP 

Reading a Whole File at Once in PHP 

Reading a File into an Array in PHP 

Checking if a File Exists in PHP 

File Size in PHP 

Reading Binary Reads in PHP 

Getting File Info in PHP 

Copy File in PHP 

Delete a File in PHP 

Writing to a File in PHP 

Appending to Files in PHP 

Writing a File All at Once in PHP 

Visual Studio Code Crash Course 

Emmet Crash Course 

HTML CSS and JavaScript with PHP 

Form Tag in PHP 

GET and POST in PHP 

How to Access Data in Server in PHP 

Handle Text Field in PHP 

Handle Password Field in PHP 

isset Function in PHP 

Handle Checkbox in PHP 

Handle Radio Button in PHP 

Handle ListBox in PHP 

Handle TextArea in PHP 

Handle Date in PHP 

Handle Files in PHP 

Retrieve Form Data at Once in PHP 

Retrieve Form Data in same Page in PHP 

Form Validation in PHP 

Final Core PHP Video What Next

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...