Help please. It says all over the manual that PHP arrays are associative, but when I try to use one that way, NO WAY.
Then I find this in the manual
"
// Append an item (note that the new key is 5, instead of 0 as you
// might expect).
"
and yes that is exactly what I expect.
So how the hell do you store a numeric table id as the key and access it by the index, like in all the other languages I've ued over the years?