Hi. A little question I need to chew on... If I have a 2 dimmensional array, with this structure:
array(1, date type name 2, date type name 3, date type name);
and I want to sort by the date, how would I go about doing this? Thanks.
Looks like you marked this thread as resolved. Did you find an answer, I take it? Probably [man]ksort/man ?