Robert Cummings wrote:
> On Fri, 2008-08-22 at 21:04 +0100, Ashley Sheridan wrote:
>   
>> Yeah, a bubble sorting algorithm should fix it, as it essentially only
>> a very simple sort required.
>>     
>
> Why use bubble sort when you can use usort() function with an arbitrary
> handler?
>
> Cheers,
> Rob.
>
>   
Exactly.  That's one reason why I love PHP.  They have functions that do
things you have to write subroutines for in other languages.

Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com



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

Reply via email to