PHP中怎么使用这段代码跳转,有什么的么?header("Location: show1.php");//转跳

发布网友 发布时间:2022-04-06 04:16

我来回答

3个回答

热心网友 时间:2022-04-06 05:45

在header();前面不能有任何的输出

热心网友 时间:2022-04-06 07:03

条件转移:
<?php
if($page>=10)header("Location: show1.php");
?>
直接跳转:
<?php
header("Location: show1.php");
?>

热心网友 时间:2022-04-06 08:38

页面中不能有任何的输出...

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com