Hi,
How do i add values to the end of an associative array?
I have a associative array which builds up with in a loop. Each time the loop iterates, the array loads with several values.
Each time loop iterates, the array is being over written and ending up with the values from the last iteration.
How do i push key->value pair into an associative array?
Your help is appreciated.
Thanks,
snm