have you tried meta refresh?
<meta http-equiv="refresh" content="3; URL=your_refresh_uri">
there are many ways...
if you don't need the confirmation, use header("Location: ");
else you could use javascript window.replace() to redirect the users, in combination with setTimeOut() ...