Video #9 PHP Arrays

8 months ago
28

An array is a special variable which holds more than one value at a
time. There's two ways to start one. You can use the ‘array()‘ function or use the empty square brackets ‘[]’. There are three types of arrays. You have the “Indexed array”, "Associative Array" and “Multidimensional Array”.

Loading comments...