Introduction
  • Introduction
  • prerequisites
PHP Intro
  • Intro to PHP
  • Requirements for this course
  • Installation
Variables and Printing in Screen
  • Concept of Variable
  • Variables(Coding part)
  • Printing on screen
  • Saving Files
Data types
  • Data types
Strings
  • Strings in PHP
  • String Functions
  • Printing strings
  • Herdoc Syntax
  • Herdoc Syntax-part 2
Numbers and Constants
  • Constants
  • Comments
  • Numeric functions
  • Operators
Conditions in PHP(Conditional Statements)
  • Conditional Concept
  • Conditional statements Syntax
  • Conditional(Coding part)
Operators
  • AND operator
  • OR operator
  • NOT operator
Switch cases in PHP
  • Switch Case
Loops
  • while Loop
  • Do While Loop
  • For Loop
Functions
  • Functiions in PHP
Arrays
  • Indexed array
  • Associative array
  • Multi Dimensional Array
Superglobals in PHP
  • GET request intro
  • Get Request part-2
  • Get Request part-3
  • POST request in PHP
Date and Times in PHP
  • Date and Time
MySql
  • 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 datas from Database
  • Creating table