[PHP] Web Server processing question

2001-05-23 Thread RockMonkey
It's obviously not the data, and seemingly not the PHP code (as the same chunk of code is being used each time, with the same input/output). Thanks, RockMonkey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [PHP] Web Server processing question

2001-05-23 Thread RockMonkey
Ok. A simplified version of the subroutines (still with the same problem though): function SimpleList($Data,$MaxStats = "10",$Heading = " ") { if (is_array($Data)) { $Output = ""; $Output .= SimpleItem("$Heading","",2); foreach ($Data as $Player => $Qty) { $Outpu

Re: [PHP] Web Server processing question

2001-05-23 Thread RockMonkey
tems separately rather than appending to a variable (the way it was set up originally) the problem remains. So, why should this print statement take so long? RockMonkey ""RockMonkey"" <[EMAIL PROTECTED]> wrote in message 9egn90$alj$[EMAIL PROTECTED]">news:9egn90$al