Intro to PHP
This course addresses the common challenge of learning PHP for beginners. It simplifies complex concepts, offers hands-on guidance, and provides a beginner-friendly introduction to PHP programming.
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 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
Create an array and access its elements
Create and access multidimensional array
Built-in PHP functions for arrays
PHP conditions
Comparison operators
Switch statement
Foreach loop
While loop
For loop
Defining functions
Function parameters and return values
Constants
Variables Scope