unistake Posted March 24, 2008 Share Posted March 24, 2008 Hi, I want to include a page named countdown.php into my index.php page. I know the code include("countdown.php") however I want the countdown timer to refresh every second. Does anyone know of some php code that I can include in the countdown.php page so that it refreshes every second on the index.php page? - (Without getting the index.php page to refresh every second!) Thanks Link to comment https://forums.phpfreaks.com/topic/97608-includepagephp-auto-refresh/ Share on other sites More sharing options...
trq Posted March 24, 2008 Share Posted March 24, 2008 You would need to use ajax, php alone can not do it. Link to comment https://forums.phpfreaks.com/topic/97608-includepagephp-auto-refresh/#findComment-499396 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.