Hi Everyone,

I'm now trying to add an "auto refresh" in a .php file, so that it
automatically refreshes the same page every 15 mins.  Is there an upper
limit to the header() function?  It seemed to work fine when it was set to
"5" seconds, but is not working with "900".

Here's the code:

header( 'refresh: 900; url=.' );

Thanks,
Kurosh



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to