Reply to Creative a regular array from associative array?
Posted by namemattersnot on 03/08/06 02:46
Re,
I have the following array:
$my_array[x]['date']
['time']
['filename']
how do I create a $time_array that will ONLY have all values of
$my_array[x]['time']? i can write a function to walk through the
associative array, but is there a more efficient method?