Good Morning All, and HAPPY NEW YEAR to everyone, whether you celebrate it or not...
I have what should be a relatively simple question that I would like to pose that could avoid a very lengthy one...
if I create an associative array and place several key>value pairs in the array, will they remain in the order that they are placed, or will they be re-ordered in any way?
I want to create the array and then run an array_search on the $values to find the minimum value in the array.
I guess that would make a second question... I know I can do an array search on an array that I push values onto, but that isn't an associative array, so not sure I can even do that..
Any feedback would be greatly appreciated and would most likely save me hours of research time.
thanks
Douglas