php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #9023 Automatic Page Reload/Refresh
Submitted: 2001-01-31 02:53 UTC Modified: 2001-01-31 12:36 UTC
From: eltonho at swireproperties dot com Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 4.0.3pl1 OS: WinNT
Private report: No CVE-ID: None
 [2001-01-31 02:53 UTC] eltonho at swireproperties dot com
Does anybody know how to program in PHP(or other) so that the PHP page can automatically reload from the web server after certain period of time ?

Thanks a lot.

Regards,
Elton.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-31 12:36 UTC] sniper@php.net
This does what you need (not PHP related at all):

<META HTTP-EQUIV="Refresh" content="600;url=http://mydot.com/">

Where 600 is seconds in which the page is reloaded.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC