Dimplistic Posted January 13, 2012 Share Posted January 13, 2012 Hi guys, I will like to insert a countdown timer of 5 mins after form has been submitted to a php page. At the moment when they submit the form they see the date and time they submitted: echo date("M d Y H:i", time()) "; Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/254955-php-countdown-to-5-mins-after-current-time/ Share on other sites More sharing options...
waynew Posted January 13, 2012 Share Posted January 13, 2012 If you want to show the time counting down, you will need to use JavaScript. Use the time from PHP and give it whatever countdown js plugin you'll be using. Quote Link to comment https://forums.phpfreaks.com/topic/254955-php-countdown-to-5-mins-after-current-time/#findComment-1307305 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.