Safe URL Redirects¶ ... <?php /* Redirect browser */ header("Location: http://www.mysite.com"); /* Exit to prevent the rest of the code from executing */ exit; ?>.
確定! 回上一頁