Okay, I have the following php file:
add a header() function to redirect your page after download success
header()
header( "refresh:5;url=yourlocation.php" );
Resource link(here)