Re: [PHP] bubble sort crashing apache

2004-11-17 Thread Christophe Chisogne
Josh Howe wrote: > function that is crashing apache. Seems soo unlikely. What do you mean exactly by this? PHP doing infinte loop? private function sort() { Why not simply use the std sort function? Dont reinvent the wheel http://www.php.net/manual/en/function.sort.php >if ($val2 > $val

Re: [PHP] bubble sort crashing apache

2004-11-16 Thread Thomas Goyne
On Tue, 16 Nov 2004 15:43:51 -0500, Josh Howe <[EMAIL PROTECTED]> wrote: I've implemented my own bubble sort function that is crashing apache. Can somebody either help me out with the bubble sort or help me figure out a way to solve my problem with php's built in sorting functions? http://us4.php.n

RE: [PHP] bubble sort crashing apache

2004-11-16 Thread Jay Blanchard
[snip] crashing apache [/snip] Apache list maybe? And what, exactly, do you mean by crashing Apache? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] bubble sort crashing apache

2004-11-16 Thread Josh Howe
I've implemented my own bubble sort function that is crashing apache. Can somebody either help me out with the bubble sort or help me figure out a way to solve my problem with php's built in sorting functions? This is my problem. I'm writing my own class for displaying html tables. Right now, the