PHP Basic Tutorial
MySQL Connection
An associative array is an array where each element is stored with a custom key rather than a numeric index.
Try it yourself
Access elements using their keys:
Try it yourself
Modify elements by reassigning a value to an existing key:
Try it yourself
You can loop through an associative array using a foreach
loop:
Try it yourself