Hi All,
I have a very strange behaviour. I'm sure it is a configuration problem on PHP (4.2.0) or Apache (2.2)-
In all PHP pages the output shown in the browser always include the headers.
For instance
<?php
echo phpinfo() ;
?>
It shows "Content-type: text/html" before the rest of the phpinfo() output.
Please how can I disable this?
Thanks,
Carles.
Headers are echoed in the page
Moderator: General Moderators
-
carles.rabaneda
- Forum Newbie
- Posts: 1
- Joined: Thu Aug 12, 2010 4:19 am
Re: Headers are echoed in the page
Check your php.ini file, you may have inadvertantly placed some code in the 'prepend' section.
It may not be, but its worth a look.
Jimmy
It may not be, but its worth a look.
Jimmy