07:01
Subject: [PHP-WIN] Re: Refresh in php
> Is there any function in php that keeps refreshing the page after a
> fixed time...just like "" in normal HTML files.
Hi Sudeep!
Kia haal hein??
Maybe this will help:
$numSeconds = 120;
header ("Refresh: $numSeconds; url=".
> Is there any function in php that keeps refreshing the page after a fixed
time...just like "" 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 (h
You use the meta-tag-style in PHP as well, or a javascript..
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
"Sudeep sarath" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Hi friends,
>
> Is there any function in php that keeps refreshing the page after a fixed