> Is there any function in php that keeps refreshing the page after a fixed
time...just like "<meta refresh>" in normal HTML files.

Hi Sudeep!

Kia haal hein??

Maybe this will help:

$numSeconds = 120;
header ("Refresh: $numSeconds; url=". $_SERVER['PHP_SELF']);

~
Nadim Attari

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

Reply via email to