📌  相关文章
📜  如何在php代码示例中重定向到另一个页面

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

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