RE: [PHP-WIN] Re: Refresh in php

2004-04-02 Thread Svensson, B.A.T. (HKG)
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=".

[PHP-WIN] Re: Refresh in php

2004-04-01 Thread Nadim Attari
> 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

[PHP-WIN] Re: Refresh in php

2004-04-01 Thread DvDmanDT
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