View Single Post
Old 06-04-2008, 09:28 PM   #20 (permalink)
delayedinsanity
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

That's wierd. I tried
PHP Code:

1
<?php var_dump(headers_sent()); ?>
... the text is there to make sure it had to send some kind of header, and I still get bool(false). Not a very handy function if it doesn't tell the truth!! I just tried adding a specified header() Content-Type before the var_dump and it still outputs as false for me. That's handicapped.
-m
delayedinsanity is offline  
Reply With Quote