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 Link to comment https://forums.phpfreaks.com/topic/62040-refresh-in-php/ 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. Link to comment https://forums.phpfreaks.com/topic/62040-refresh-in-php/#findComment-308894 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"> Link to comment https://forums.phpfreaks.com/topic/62040-refresh-in-php/#findComment-309008 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.