View Single Post
Old 01-22-2011, 08:57 PM   PM User | #19
ShaneC
Codeasaurus Rex


 
Join Date: Jun 2008
Location: Redmond, WA
Posts: 659
Thanks: 31
Thanked 100 Times in 94 Posts
ShaneC is on a distinguished road
So when the countdown is compelted you want to reload the page and then start the backup?

If not, then you don't need to refresh. Just have PHP say something like:

PHP Code:
if( $countdownMinutes == && $countdownSeconds == ){
     echo( 
"Backup Started!" );
     exit();

If you still want to do the refresh, see my previous post for the code.
__________________
Unless otherwise stated, any code posted is most likely untested and may contain syntax errors.
My posts, comments, code, and suggestions reflect only my personal views.
Web Portfolio and Code Snippets: http://shanechism.com
ShaneC is offline   Reply With Quote