Posted by Mara Guida on 09/26/24 11:36
peter wrote: > for($i=0; $i<100000; $i++) $s="$s$i"; I know it's only a test, but for($i=0; $i<100000; $i++) $s .= $i;
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming