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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sat Apr 20 06:01:28 2024 UTC