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
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
[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
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
4 matches
Mail list logo