PHP Basic Tutorial
MySQL Connection
To access an array item, refer to the index number for indexed arrays, and the key name for associative arrays.
Try it yourself
In an associative array, elements are accessed using custom keys.
Try it yourself