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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
45 - 6 = ?
Subscribe to this entry?

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