Paul Roberts <[EMAIL PROTECTED]> wrote: > how do i do two things at the same time, i'm thinking of the > equivalent of fork in perl
you need to enable the pcntl extension, and then you can use pcntl_fork (http://php.net/pcntl_fork). you may also be able to use the 'ticks' mechanism (http://www.php.net/manual/en/control-structures.declare.php). jim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php