\n \t don't work!!!  
Author Message
u3926286





PostPosted: 2003-10-13 19:22:29 Top

php-general, \n \t don't work!!! 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