Have you tried nl2br()?
--

Julio Nobrega.

Um dia eu chego lá:
http://sourceforge.net/projects/toca

Ajudei? Salvei? Que tal um presentinho?
http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884


"Tom Kincaid" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED].;
> I'm trying to replace line breaks with html code and am having problems.
For
> single lines preg_replace("/\n/","<br>",$text) or
> ereg_replace("\n","<br>",$text) adds the <br> but doesn't remove the line
> break. While preg_replace("/\n\n/","<p>",$text) doesn't find any double
line
> breaks, even though they're there. Why doesn't this work?
>
>
>
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>



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

Reply via email to