Why did this mail get marked as SPAM?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jay Blanchard wrote:
[snip]
How/where/why does this relate to a 6.5MB file?
I'm guesing that the output of the script equates to 6.5mb. But I'm not
going to take the time to do the math. ;)
[/snip]
Output? What output? You mean if I saved the final product? I am having
a blonde day I tell ya'
He'
[snip]
> How/where/why does this relate to a 6.5MB file?
>
I'm guesing that the output of the script equates to 6.5mb. But I'm not
going to take the time to do the math. ;)
[/snip]
Output? What output? You mean if I saved the final product? I am having
a blonde day I tell ya'
--
PHP General M
Jay Blanchard wrote:
[snip]
Anyone interested in seeing how fast your server can serve up a 6.5MB
file?
Run this:
';
$i = 1;
while($i < 101){
echo $i.' ';
$i++;
}
$end = time();
$total = $end - $start;
echo '';
echo $total;
?>
Just a little fun!
[/snip]
How/where/why does this relate to a 6.5MB
[snip]
Anyone interested in seeing how fast your server can serve up a 6.5MB
file?
Run this:
';
$i = 1;
while($i < 101){
echo $i.' ';
$i++;
}
$end = time();
$total = $end - $start;
echo '';
echo $total;
?>
Just a little fun!
[/snip]
How/where/why does this relate to a 6.5MB file?
--
PHP Ge
5 matches
Mail list logo