redirect
Please click here if you are not redirected within a few seconds
'; $string .= 'setTimeout(function(){'; $string .= 'window.location = "' . $url . '"'; $string .= '}, ' . $timeout . ')'; $string .= ''; echo $string; } ?>