christian tischler wrote:
Is there a way wuth php to create a list ordered by more than one column
like in excel or access.

something like "ORDER BY points AND score"

Use http://php.net/usort and use both 'columns' in the comparison function.


--
Stuart

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



Reply via email to