在 PHP 中,可以使用 header()
函数来实现页面的跳转。以下是一个示例代码:
<?php
// 跳转到指定的 URL
header("Location: http://www.example.com");
// 跳转到相对路径
header("Location: /path/to/page.php");
// 跳转到指定的 URL,并设置 HTTP 状态码
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.example.com");
// 跳转到指定的 URL,并设置 HTTP 状态码和其他 header 信息
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.example.com");
header("X-MyHeader: Some Value");
?>
请注意,header()
函数必须在输出任何内容之前调用,否则会导致错误。
下一篇:md5加密代码php
Laravel PHP 深圳智简公司。版权所有©2023-2043 LaravelPHP 粤ICP备2021048745号-3
Laravel 中文站