04-15-2005, 07:35 PM
|
#4 (permalink)
|
|
The Wanderer
Join Date: Apr 2005
Posts: 6
Thanks: 0
|
I didnt understand all. But still im giving my idea.
Use http refresh tags in your HTML which is generated by PHP Script.
HTML refresh tags can refresh the pages every few seconds, ands thereby loading the script again and again.
<meta http-equiv="refresh" content="2;url=http://www.talkphp.com/">
This will refresh the page to talkphp.com every 2 seconds.
|
|
|
|