05-30-2008, 06:56 PM
|
#7 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
Code:
<?php
ob_start();
header("Location: http://www.yahoo.com");
ob_end_flush();
?>
Code:
Warning: Cannot modify header information - headers already sent by (output started at status/test.php:1) in status/test.php on line 3
didnt work, is there any other way to see what headers are sent?
ps: this is on a linux server
what phpinfo do you want me to post
__________________
no signature set
|
|
|
|