我正在使用以下代碼。取消鏈接功能不起作用
[email protected]('/var/www/vhosts/mtsbeta.com/httpdocs/beta/cache_files/cache.php');
print_r($unlink);
@session_destroy();
//exit;
$host1=$_SERVER['HTTP_HOST'];
header("location:https://$host1/index.php?msg=2");
如果我使用退出它是working.please讓我知道爲什麼它不工作?
也許你的索引重新生成cache.php? – Styxxy 2012-08-10 21:52:16
什麼不起作用? 'header' *不會工作,因爲你在它之前是'print_r'。 – 2012-08-10 21:53:49
取消鏈接功能不起作用.header正在起作用 – 2012-08-10 21:55:05