Guys,

These codes are copied from the manual:

*****************************************************
 echo ("this is the simplest, an SGML processing instruction\n");
 echo "This spans
         multiple lines. The newlines will be
         output as well";
 echo "This spans\nmultiple lines. The newlines will be\noutput as well.";
******************************************************

None of them works. I mean there're not any new lines generated in my
browser and I have to use the echo"<br>" to print a new line. But why
doesn't the \n work? BTW, the \t doesn't work either.

(WindowsXP Pro + PHP Version 4.1.1)


Please advise.


cheers,

feng

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to