ID: 16213 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Output Control Operating System: Windows XP Pro PHP Version: 4.1.1 New Comment:
The bug system is not the appropriate forum for asking support questions. For a list of a range of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php Previous Comments: ------------------------------------------------------------------------ [2002-03-21 17:03:51] [EMAIL PROTECTED] To quote the manual's example echo "This spans multiple lines. The newlines will be output as well"; echo "This spans\nmultiple lines. The newlines will be\noutput as well."; simply does not work... When escape codes are entered it shows up exactly as written minus the escape codes. if i were to <? echo "Line 1"; echo "Line 2"; ?> the output on the page would be Line 1Line 2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16213&edit=1