I have an array. The array key is the id of the item (for example
categories[91], 91 is the ID of the category) all ID are not exactly in
date order, but they're added to the array in date order, how do I find
the previous (in the sense of when it was added) array entry of, for
example category['91']?
--
Belmin Fernandez
Visit: http://www.belminfernandez.com/homepage
Email: belminf at gmail period com
categories[91], 91 is the ID of the category) all ID are not exactly in
date order, but they're added to the array in date order, how do I find
the previous (in the sense of when it was added) array entry of, for
example category['91']?
--
Belmin Fernandez
Visit: http://www.belminfernandez.com/homepage
Email: belminf at gmail period com
Comment