📜  php 重定向到 url - PHP 代码示例

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

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