Week 12: PHP Operators, Conditional Statements and Loops

Contents of this Lesson:

  • Operators in PHP
    • Logical Operators
    • Arithmetic Operators
    • Realtional Operators
    • Assignment Operators
  • Conditional Statements
    • if-else
    • if-else-if-else
    • switch
  • Loops
    • For loop
    • While Loop
    • Do-While Loop
    • For-Each Loop

 

Video Links: