Hi guys, welcome to my PHP course for beginners in 2020.

Do you want to learn PHP from scratch? In this course, I will be going through all the basics of PHP. I will show you how you could use PHP in HTML code, what variables and data types are, all the different type of operators, control structures, user functions and built in functions and what the super globals are and how you could use them.

After learning all the basics topics, I want to focus on databases using MySQL because we will be creating a login system after.

In this episode, I want to focus on how to use associative arrays in PHP. An associative array is used to store key value pairs. With regular array, we use an index, so index 0, 1, 2 and so on. With an associative array, we could use the respective subject’s name as the key instead of an integer.

#php #php programming #beginners #associative arrays

Associative Arrays - PHP for Beginners - PHP Programming
1.10 GEEK