[snip] I would like to intiate the same function many times, running in the background using php, [/snip]
for($i = 0; $i < 1000; $i++){
foo($blork); // function runs one thousand times
}
Please RTFM, STFW, and STFA for PHP tutorials.
Thank you.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

