05-30-2008, 04:23 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
header() function wont work
this is the only peice of code im putting on our server
Code:
<?php
header("Location: http://www.yahoo.com");
?>
and im getting this error
Code:
Warning: Cannot modify header information - headers already sent by (output started at /status/test.php:1) in /status/test.php on line 2
what can cause this? im going crazy
__________________
no signature set
|
|
|
|