重定向的问题!!!困扰中
我在网页中用了以下重定向语句:
$url='http://127.0.0.1/3q/fail.php';
header('location:' .$url);
但在测试时出现下面的错误:
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\3q\login.php:14) in C:\Inetpub\wwwroot\3q\login.php on line 52
这是为什么啊,请知道的告诉我啊,感激不尽!!!