Course curriculum

  • 3

    Module-3: Data Types

    • PHP Data Types

    • Quiz - PHP Data Types

    • Task - Data types

    • Typecasting in PHP

    • Quiz - PHP Type Casting

    • Task - PHP Type Casting

    • Type Juggling in PHP

    • Quiz - PHP Type Juggling

    • Date and Time Manipulation in PHP

    • Quiz - Date and Time Manipulation

    • New Lesson

  • 4

    Module-4: PHP Operators

    • Assignment Operators in PHP

    • Quiz - Assignment Operators

    • Task - Assignment Operators

    • Comparison Operators in PHP

    • Quiz - Comparison Operator

    • Truthy and Falsy Values in PHP

    • Quiz - Truthy and falsy values

    • PHP OR operator

    • Quiz - OR Operator

    • PHP AND Operator

    • Quiz - AND Operator

    • PHP Not Operator

    • Quiz - NOT Operator

    • Task - Operators in PHP

  • 5

    Module-5: Control Structures and Loop Mechanisms

    • Conditional Statements in PHP

    • Quiz - Conditional Statements

    • Task - Conditional Statements

    • Ternary Operators in PHP

    • Quiz - Ternary Operator

    • Task - Ternary Operators

    • Challenge - Fizz Buzz Challenge

    • Switch Statement

    • Quiz - Switch Statement

    • Task - Switch Statement

    • PHP for loop

    • Quiz - For loop

    • Task - For loop

    • While Loop in PHP

    • Quiz - While loop

    • Task - While loop

    • Break and Continue Statements

    • Quiz - Break and Continue

    • Task - Break and Continue statements

  • 6

    Module-6: Functions

    • Functions in PHP

    • Functions with Parameters

    • Default Parameters and Return Statements

    • Quiz - Functions in PHP

    • Task - PHP Functions

    • PHP Variable Scopes

    • Quiz - Variable scopes

    • Task - Variable scopes

    • Anonymous Functions and Closures

    • Quiz - Anonymous functions and closures

    • Task - Anonymous functions and closures

  • 7

    Module-7: String functions

    • String functions-1

    • Quiz - String functions-1

    • String functions-2

    • Quiz - String functions-2

    • Task - String Functions

  • 8

    Module-8: PHP Arrays

    • Arrays Introduction

    • Quiz - Arrays Introduction

    • Task - Array Introduction

    • Associative Arrays

    • Quiz - Associative Arrays

    • Task - Associative Arrays

    • PHP Array Functions Part-1

    • Quiz - PHP Array Functions Part-1

    • PHP Array Functions Part-2

    • Quiz - PHP Array Functions Part-2

    • Task - Array Functions

    • Looping through Arrays

    • Quiz - Looping through Arrays

    • Task - Looping through Arrays

    • Multidimensional Arrays

    • Quiz - Multidimensional Arrays

    • Task - Multidimensional Arrays

    • Looping Through Multi-Dimensional Arrays

    • Quiz - Looping through Multi-Dimensional Arrays

    • Task - Looping through Multidimensional Arrays

  • 9

    Module-9: Coding Challenge-1

    • Multiplication Table

    • Student Average Grade

    • Fahrenheit to Celsius

  • 10

    Module-10: PHP Superglobals

    • Overview of Superglobals

    • Quiz - Overview of Superglobals

    • Server Super Global in PHP

    • Quiz - Server Superglobal

    • Task - Server Superglobal

    • __GET Superglobal

    • Quiz - GET Superglobal

    • Task - GET Superglobal

    • __POST Superglobal

    • Quiz - POST Superglobal

    • Task - POST Superglobal

    • __REQUEST Superglobal

    • Quiz - REQUEST Superglobal

    • PHP File Uploading

    • Quiz - File Uploading

    • Task - PHP File uploading

    • PHP Cookies

    • Quiz - Cookies

    • Task - Cookies

    • PHP Sessions

    • Quiz - Sessions

    • Task - PHP Sessions

  • 11

    Module -11: Object Oriented Programming (OOP)

    • Introduction to Object-Oriented Programming

    • Quiz - Introduction to Object-Oriented Programming

    • Understanding Classes and Objects

    • Quiz - Understanding Classes and Objects

    • Task - Classes and objects

    • PHP Constructors

    • Quiz - PHP Constructors

    • Task - PHP Constructor

    • PHP Access Modifiers

    • Quiz - PHP Access Modifiers

    • Task - Access Modifiers

    • Inheritance in Object-Oriented Programming

    • Quiz - Inheritance in Object-Oriented Programming

    • Task - Inheritance

    • Static Members and Methods in PHP

    • Quiz - Static Members and Methods in PHP

    • Task - Static members and methods

    • PHP Abstract Classes

    • Quiz - PHP Abstract Classes

    • Task - Abstract Classes

    • PHP Interfaces

    • Quiz - PHP Interfaces

    • Task - PHP Interfaces

  • 12

    Module-12: Coding Challenge-2

    • Product Inventory Management

    • Number Manipulator

    • Playing with Arrays

  • 13

    Mini Project

    • Todo List