|
我在两个服务器上,分别是php4,php5
<?php
header("Location: http://www.163.com/");
?>
仅仅这样都报错:
Warning: Cannot modify header information - headers already sent by (output started at E:\html\test\header.php:1) in E:\html\test\header.php on line 2
单独就这样一个文件,没有任何输出,都出现这样的错误,不明白!
请问是需要php.ini相关设置么??为什么!?急!!谢谢!! |
|