> > I'd like to sort the array based on one of the values in the field
> > href, description, or time. Is there a canonical way of doing this?
you might be able to use http://us2.php.net/manual/en/function.usort.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://
> I'd like to sort the array based on one of the values in the field
> href, description, or time. Is there a canonical way of doing this?
Probably easiest to write your own sort function the use usort(),
http://www.php.net/usort has pretty good documentation on how to
accomplish this.
Steve
--
http://ca3.php.net/manual/en/function.array-multisort.php
this might do it.
Jason
Chris Lott <[EMAIL PROTECTED]> wrote:
>
> I have an array $links like this:
>
> [1] => Array
> (
> [href] => http://www.poetrymagazine.org/epstein_sept_prose.html
> [description]
3 matches
Mail list logo