PHP Associative Array Duplicate Key?
- by Steven
Hello,
I have an associative array, however when I add values to it using the below function it seems to overwrite the same keys. Is there a way to have multiple of the same keys with different values? Or is there another form of array that has the same format?
I want to have
42=56
42=86
42=97
51=64
51=52
etc etc
function…