I have looked through php.net and the books that I have and I am confused, 
so I hope that someone can help me out here.  I am trying to sort an array 
that I have.  I use a while statement to fill the array:
$teams[++$i][team_id]=$row->team_id;
$teams[$i][name]=$row1->name;
$teams[$i][team_sea_id]=$row->team_sea_id;

Everything goes in the array as it should,  so no problem there.  I just 
want to know how do I sort the array by the "name" column?

Thanks In Advance
Steve


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to