Hi All,
I have
$rowsort[] = $row;
I'm trying to sort that by the city which is element 13 of $rowsort.
kind of like
sort($rowsort[13])
which doesnt work.
I'm sure that I have done this before but I'm just not getting this.
Any help will be appreciated.
Lorenw





Bookmarks