📜  php 转到另一个页面 - PHP 代码示例

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

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