Forum Moderators: coopster
// function 1
(pauses for 10 seconds) {
// function 2
}
// function 3
i want the script to execute like normal, but pause for 10 seconds before executing function 2, so it would execute function 1 and function 3 then 10 seconds later, execute function 2
this is exactly like the fork() statement found in MOO programming
go here to get a clearer definition.
ftp://ftp.research.att.com/dist/eostrom/MOO/html/ProgrammersManual_37.html#SEC37
is there a way to do this in PHP?
what about sleep [ca2.php.net]