Hardbyte Posted March 26, 2006 Share Posted March 26, 2006 Hi.So, Iv got an index page that calls all the other different pages if you know what I mean. So in total, I got an index page, a header and then the body (mainpage) and then a footer.I need to automatically refresh the body (mainpage) only every 30 secs or whatever. But:- [code]<META http-equiv="refresh" content="10;URL=index.php?page=mainpage">[/code] appears to refresh the whole index file including header and footer which is causing a bandwidth issue.Is there any way of auto-refreshing the mainpage only on a timer?Thanks in advance.Hardbyte Link to comment https://forums.phpfreaks.com/topic/5837-auto-refresh/ Share on other sites More sharing options...
redarrow Posted March 26, 2006 Share Posted March 26, 2006 use ajax[a href=\"http://blog.tn38.net/archives/2005/08/what_is_ajax.html\" target=\"_blank\"]http://blog.tn38.net/archives/2005/08/what_is_ajax.html[/a] Link to comment https://forums.phpfreaks.com/topic/5837-auto-refresh/#findComment-20799 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.