PHP页面跳转

<?php
$url = "http://www.baidu.com";
Header("HTTP/1.1 301 Moved Permanently");
Header("Location: $url");
?>

发表评论