Course curriculum

  1. 01
    • Introduction

    • Prerequisites

  2. 02
    • Intro to PHP

    • Requirements for this course

    • Installation

  3. 03
    • Concept of Variable

    • Variables(Coding part)

    • Printing on screen

    • Saving Files

  4. 04
    • Data types

  5. 05
    • Strings in PHP

    • String Functions

    • Printing strings

    • Herdoc Syntax

    • Herdoc Syntax-part 2

  6. 06
    • Constants

    • Comments

    • Numeric functions

    • Operators

  7. 07
    • Conditional Concept

    • Conditional statements Syntax

    • Conditional(Coding part)

  8. 08
    • AND operator

    • OR operator

    • NOT operator

  9. 09
    • Switch Case

  10. 10
    • while Loop

    • Do While Loop

    • For Loop

  11. 11
    • Functions in PHP

  12. 12
    • Indexed array

    • Associative array

    • Multi Dimensional Array

  13. 13
    • GET request intro

    • Get Request part-2

    • Get Request part-3

    • POST request in PHP

  14. 14
    • Date and Time

  15. 15
    • SQL intro

    • Creating Database and Tables

    • Reading From Database

    • Using WHERE

    • Using AND,OR

    • Using LIKE

    • Inserting datas into database

    • Update Datas -Part 1

    • Update Datas -Part 2

    • delete dates from database

    • Creating Table