Re: refresh not working in IE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Jun 15, 2014 at 2:45 PM, hadi <almarzuki2011@xxxxxxxxxxx> wrote:

> Hi,
>
> I have refresh code to refresh the page every time of second.
> Refresh code is working fine in chrome and mozilla firefox.
> The problem here the refresh code is working fine also in IE, but when I
> click F5 to refresh the page manually it get disable in IE only. And no
> more doing refresh in IE.
> Can someone help regard this matter.
> Thank you.
>
> My code.
>
> $page = $_SERVER['PHP_SELF'];
> $sec = 10;
> header("Refresh: $sec; url=$page");
>
>
>
Try using the absolute URL.

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux