Page Refresher

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
daniworldwide
Forum Newbie
Posts: 14
Joined: Mon May 26, 2003 12:30 pm
Location: Colorado

Page Refresher

Post by daniworldwide »

Is there any way to have the page refresh automatically after a certain amount of time?

-Dani
tsg
Forum Contributor
Posts: 142
Joined: Sun Jan 12, 2003 9:22 pm
Location: SE, Alabama
Contact:

Post by tsg »

<META HTTP-EQUIV=Refresh CONTENT="10; URL=your_page_url">

That will refresh after 10 seconds.
Post Reply