Disappearing EOL...can you solve the mystery?
Posted: Fri Sep 08, 2006 3:54 pm
I have this PHP code:
When interpreted by the Web server, I get the following output:
Question:
Why did the EOL/LF after get zapped?
Code: Select all
<p>
Your request was invalid.<br />
The following error was reported: "<?php echo $errorMessage; ?>"<br /><br />
<?php echo $GLOBALS['baseName']; ?> @ <?php echo $GLOBALS['baseUri']; ?>
</p>Code: Select all
<p>
Your request was invalid.<br />
The following error was reported: "Invalid request. (missing or empty uuid)"<br /><br />
Blah blah @ Blah blah </p>Why did the EOL/LF after
Code: Select all
<?php echo $GLOBALS['baseUri']; ?>