refresh not working in IE

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

 



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");


<<attachment: smime.p7s>>


[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