06-04-2008, 09:28 PM
|
#20 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
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
|
|
|
|