Re: [PHP] RE: **[SPAM]** [PHP] Server upload test

2004-09-17 Thread Richard Whitney
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

Re: [PHP] RE: **[SPAM]** [PHP] Server upload test

2004-09-17 Thread John Nichel
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'

RE: [PHP] RE: **[SPAM]** [PHP] Server upload test

2004-09-17 Thread Jay Blanchard
[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

Re: [PHP] RE: **[SPAM]** [PHP] Server upload test

2004-09-17 Thread John Nichel
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

[PHP] RE: **[SPAM]** [PHP] Server upload test

2004-09-17 Thread Jay Blanchard
[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