Please, PLEASE "Reply to All"!

Yes, you have to add something like 

------------------------------8<-------------------------
while(true) {

        // code here

        if( $someConditionThatWillMakeMeExit ) {
                break;
        }

        sleep(1); // to prevent excessive processor usage

}
------------------------------8<-------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to