dwest Posted March 1, 2008 Share Posted March 1, 2008 I'm running WordPress for a blog. It's PHP/MySQL. On the home page is an embedded flash widget from eBay which is supposedly "real-time". However, it's not really. One has to ctrl+F5 to get truly current status on an auction such as number of views. It's usually off a little if not refreshed. So, I need to refresh, as in ctrl+F5, the home page of the blog each time it loads but not the other pages. How can I do that? For reference, here is the blog: http://www.smallartgems.com Thanks! Link to comment https://forums.phpfreaks.com/topic/93816-force-a-refresh-every-time-blog-loads-how/ Share on other sites More sharing options...
awpti Posted March 1, 2008 Share Posted March 1, 2008 Look up a meta refresh. And good luck. You'll need to use built-in functions to check the current page and match it before posting the meta refresh tag, otherwise it'll refresh on all pages. Link to comment https://forums.phpfreaks.com/topic/93816-force-a-refresh-every-time-blog-loads-how/#findComment-480746 Share on other sites More sharing options...
dwest Posted March 1, 2008 Author Share Posted March 1, 2008 Will do. Thanks for the pointer. Link to comment https://forums.phpfreaks.com/topic/93816-force-a-refresh-every-time-blog-loads-how/#findComment-480751 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.