发布网友 发布时间: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
页面中不能有任何的输出...