📜  如何在 PHP 中进行重定向? - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:06.479000             🧑  作者: Mango

代码示例1
header("Location: http://example.com/redirect_page.php");
die(); //Force the script to quit, or you would raise an error...