Code: Select all
while(!file_exists($myfile)) {
wasteSomeTime();
}
carry_on();
If so, what should the wasteSomeTime() function contain?
--Doug
Moderator: General Moderators
Code: Select all
while(!file_exists($myfile)) {
wasteSomeTime();
}
carry_on();