182x Posted July 27, 2007 Share Posted July 27, 2007 Hey guys is there a method in php that will auto refresh the page once it is called? I have a dynamic image which should change based on the parameters but often it does not update and I have to press the F5 key. I am using the <img> tags so is there a php method to refresh a page or another way round this problem? Thank you Quote Link to comment Share on other sites More sharing options...
ViN86 Posted July 27, 2007 Share Posted July 27, 2007 sounds like a problem that javascript would solve easily. Quote Link to comment Share on other sites More sharing options...
barbgd Posted July 27, 2007 Share Posted July 27, 2007 You can add a metatag in the <head> section. content equals refresh time. <meta http-equiv="refresh" content="60"> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.