PHP中转向另一个网站(立即或定时)


//header("Location:http://www.163.com");//立即转向
header("refresh:3;url=http://www.163.com");//3秒钟后转向
//echo "";//这样子也可