RE: refresh not working in IE

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

 



> > Try using the absolute URL.

I found the solution. I used (header("Refresh: 10;");) only and it work thank 
you for your support.

> > Try using the absolute URL.
>
> Can you give me example using my code how to do it.
> Thanks.
>
>
> > -----Original Message-----
> > From: Aziz Saleh [mailto:azizsaleh@xxxxxxxxx]
> > Sent: Sunday, June 15, 2014 9:54 PM
> > To: hadi
> > Cc: php-general@xxxxxxxxxxxxx
> > Subject: Re:  refresh not working in IE
> >
> > 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.

<<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