Page 1 of 1

timeout? pause? help?

Posted: Sat Feb 07, 2004 2:22 pm
by Illusionist
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....

Posted: Sat Feb 07, 2004 2:26 pm
by Weirdan
[php_man]sleep[/php_man]
also take a look at <META HTTP-EQUIV=Refresh CONTENT="10; URL=http://somewhere.net/"> html tag