Hi all,
How to dynamically add the refresh header using header() function. I used header("Refresh: 10"); but it was working only in Mozilla. Thanks in advance.
Aniruddha Deshpande
Redirect
Moderator: General Moderators
You should also provide what to refresh, like:
Code: Select all
header("Refresh: 10; URL=the/path/to/file/you/want/to/refresh.php");Redirect
Hi delorian,
Infact I did provided the Url. Code which I quoted in my example refreshes the current page.
Iam facing this problem with Netscape 4.79 (Linux) only.
Thanks for your valuable advice,
Aniruddha Deshpande
Infact I did provided the Url. Code which I quoted in my example refreshes the current page.
Iam facing this problem with Netscape 4.79 (Linux) only.
Thanks for your valuable advice,
Aniruddha Deshpande
Re: Redirect
I have to say that I never had problems with refresh header. Maybe there's something wrong with that browser. Check the documentation.aniruddha wrote:Iam facing this problem with Netscape 4.79 (Linux) only.