View Single Post
Old 05-30-2008, 06:56 PM   #7 (permalink)
sarmenhb
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default

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
sarmenhb is offline  
Reply With Quote