Does anyone know if there is a function in PHP that is like a timeout or pause? I would really liek to keep any and all Javascript out of my pages, and would really like it if PHP had a pause/timeout function.
What i'm wanting to do is show a page for like 5 seconds, its confimation page that the person's file ahs been saved, then redirect them....
timeout? pause? help?
Moderator: General Moderators
[php_man]sleep[/php_man]
also take a look at <META HTTP-EQUIV=Refresh CONTENT="10; URL=http://somewhere.net/"> html tag
also take a look at <META HTTP-EQUIV=Refresh CONTENT="10; URL=http://somewhere.net/"> html tag