Forum Moderators: coopster
Does anyone know of a way to pause execution for a few seconds?
Thank you
[php.net...]
though read through the comments as well, especially the bottom one. You may need to use flush() with it. I have used it with success though.
This isn't always the best approach. If you need to do the same task over and over it is sometimes more efficient to use a cron instead.