You want to put information on a page. That's nice.

You want to refresh every 5 minutes? that's also fine.

You want it to refresh but to not refresh at the same time... somehow, magically, your browser should know that it only needs to add information...


To avoid that issue, you could best store the info in some temporary file (or database) and then each time loop trough it, and issue it to the user. Make sure to include a 5-min.-delay redirect to the same page (refresh).



Devil_online wrote:
Hi want to put information on a page without erasing the previous on(like
for every 5 minutes), and I think I must do an arrays and a foreach
loop...how can I do that?

thanks

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to