First Steps
  • Installation of MAMP on MAC OS
  • Installation of XAMPP on Windows
  • Installation of XAMPP on Linux
  • Installation of VS Code on MAC OS
  • Installation of VS Code on Windows
  • Installation of VS Code on Linux
Variables
  • Variables in PHP. Why do we need, how to create, and how to name them
  • Variable types
  • Perform operations on variables: Operators
  • Strings: using single or double quotes and variable interpolation
Arrays
  • Create an array and access its elements
  • Create and access multidimensional array
  • Built-in PHP functions for arrays
Control structures
  • PHP conditions
  • Comparison operators
  • Switch statement