ZachMEdwards Posted May 29, 2010 Share Posted May 29, 2010 1) How would I refresh my PHP page? 2) How would I wait 3500milliseconds before refreshing it? Thanks! Link to comment https://forums.phpfreaks.com/topic/203307-refresh-php-page-with-delay/ Share on other sites More sharing options...
teamatomic Posted May 29, 2010 Share Posted May 29, 2010 <meta http-equiv="refresh" content="time_in_seconds"> HTH Teamatomic Link to comment https://forums.phpfreaks.com/topic/203307-refresh-php-page-with-delay/#findComment-1065173 Share on other sites More sharing options...
ZachMEdwards Posted May 29, 2010 Author Share Posted May 29, 2010 So I'm supposed to print that? What if I've already printed data? Link to comment https://forums.phpfreaks.com/topic/203307-refresh-php-page-with-delay/#findComment-1065181 Share on other sites More sharing options...
kenrbnsn Posted May 29, 2010 Share Posted May 29, 2010 It's not the header function, it's a HTML tag that is interpreted by the browser. Link to comment https://forums.phpfreaks.com/topic/203307-refresh-php-page-with-delay/#findComment-1065198 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.