gpt4 book ai didi

PHP 无法修改 header 信息 - header 已发送

转载 作者:行者123 更新时间:2023-11-30 10:36:13 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
PHP error: Cannot modify header information – headers already sent
Headers already sent by PHP

这是我的代码:

<html>
<body>
<?php

if($country_code == 'US')
{
header('Location: http://www.test.com');
}

else
{
header('Location: http://www.test.com/');
}

?>

<script language="JavaScript" type="text/javascript"></script>

</body>
</html>

<?php 前没有空格或在 ?> 之后

我曾尝试将 HTML 代码和 Javascript 一起放在 PHP 之下,但那样会使它无法跟踪对页面的点击。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com