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:
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
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
3 matches
Mail list logo