hadi
2014-06-15 18:45:55 UTC
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");
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");