php指定網址跳轉代碼案例
php網址跳轉代碼案例:
<?
$s = $_SERVER['QUERY_STRING'];
if ($s == "http://www.visdacom.com");
{
$s = "http://www.por.com";
}
if ($s == "http://www.yahoo123.com");
{
$s = "http://www.mycodes.tw";
}
header("Location:".$s."");
?>
PHP+MySQL+Dreamweaver(PHPMaker)教學
PHP+MySQL(PHPMaker)教學密訓基地教你:快速建立MySQL資料庫、自動生成PHP網頁。可對資料庫進行瀏覽、修改、查詢、加入和刪除(整合成我們需要的網站)。
Latest News