Showing posts with label Automatically refresh any site. Show all posts
Showing posts with label Automatically refresh any site. Show all posts

Monday, 16 December 2013

Page refresh without touch in php


Page refresh without touch in php

<META HTTP-EQUIV=Refresh CONTENT="3; URL=http://www.yoursite.com/yoururl.php">

It will refresh in every 3 seconds. You can change 3 to number you like.

without url

<META HTTP-EQUIV=Refresh CONTENT="3">