Page 1 of 1

Autoreload Who's Online

Posted: Sun Jan 16, 2022 4:08 pm
by ReneH4
I wanted to have Who's Online auto reloaded after a certain time, some kind of refresh.

I added the following right after the first "<?php" statement, and it works nice!

Code: Select all

    $url1=$_SERVER['REQUEST_URI'];
    header("Refresh: 5; URL=$url1");
5 Is the number of seconds after refreshing.

Just wanted to share.

Re: Autoreload Who's Online

Posted: Mon Jan 17, 2022 8:17 pm
by tessthepup
ReneH4 wrote: Sun Jan 16, 2022 4:08 pm I wanted to have Who's Online auto reloaded after a certain time, some kind of refresh.

I added the following right after the first "<?php" statement, and it works nice!

Code: Select all

    $url1=$_SERVER['REQUEST_URI'];
    header("Refresh: 5; URL=$url1");
5 Is the number of seconds after refreshing.

Just wanted to share.
Unfortunately that did not work for me but this did

Code: Select all

header("refresh: 5");

Re: Autoreload Who's Online

Posted: Wed Jan 19, 2022 5:52 pm
by ozeworks
Interesting!

Could either of you clarify what version of Phoenix Cart you are using and what version of PHP as well?

Re: Autoreload Who's Online

Posted: Wed Jan 19, 2022 6:02 pm
by tessthepup
ozeworks wrote: Wed Jan 19, 2022 5:52 pm Interesting!

Could either of you clarify what version of Phoenix Cart you are using and what version of PHP as well?
Version CE Phoenix v1.0.8.9 & PHP 7.0.33

Re: Autoreload Who's Online

Posted: Wed Jan 19, 2022 7:54 pm
by ReneH4
7.4.26 (Zend 3.4.0) / 1.0.7.9