View Single Post
Old 05-30-2008, 04:48 PM   #3 (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

Quote:
Originally Posted by delayedinsanity View Post
Well now, what you have there is ultimately one of the rarest problems ever to happen to a PHP script. I'm not sure, but I think the script may be sending some whitespace before the header is sent somehow. Make sure there's no spaces or tabs before the opening <?php token.
nope no white space that is the onyl peice of code i have in a test.php file.

how can i tell what headers are being sent out?

i tried putting flush(); and ob_flush(); but nothing happends.
__________________
no signature set
sarmenhb is offline  
Reply With Quote