try nl2br()
http://us2.php.net/manual/en/function.nl2br.php



-----Original Message-----
From: bob pilly [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 17, 2003 9:12 AM
To: [EMAIL PROTECTED]
Subject: [PHP] outputting a carriage return


Hi all
Can someone tell me why if i echo a line like this:


echo "this is a \n newline";
the output is:
this is a
 newline.

But if i do this: $text="this is a \n newline";
echo $text;
the output is:
this is a newline?

Is there something i have to do to a variable in order for echo or print to
treat special chars like '\n' correctly?

Thanks for any answers in advance!


---------------------------------
Want to chat instantly with your online friends? Get the FREE
Yahoo!Messenger


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

Reply via email to