
January 18th, 2013, 09:13 AM
|
 |
Likely to be eaten by a grue.
|
|
Join Date: Oct 2006
Location: Pennsylvania, USA
|
|
Only if your code produces errors or warnings, which are then spit to the screen with plaintext headers.
If you do:
PHP Code:
$a = array();
$b = $a['foo'];
You will get a warning about the undefined index 'foo'. If your server is set up to broadcast errors to the screen, that error will show up and the headers will be printed for a plaintext/HTML document.
__________________
HEY! YOU! Read the New User Guide and Forum Rules
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin
"The greatest tragedy of this changing society is that people who never knew what it was like before will simply assume that this is the way things are supposed to be." -2600 Magazine, Fall 2002
Think we're being rude? Maybe you asked a bad question or you're a Help Vampire. Trying to argue intelligently? Please read this.
|