hi,
thats what i found on php.net:
"usleep
(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)
usleep -- Delay execution in microseconds
Description
void usleep (int micro_seconds)
The usleep() function delays program execution for the given number of micro_seconds.
See also sleep().
Note: This function does not work on Windows systems."
you have to do a recursive function call that counts the time "manually" for winX systems
greetings
flow