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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: eltonho at swireproperties dot com
New email:
PHP Version: OS:

 

 [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 26 21:01:29 2024 UTC