Masalah array di PHP

array(
    key  => value,
    key2 => value2,
    key3 => value3,
    ...
)
Thoughtful Turtle