On Fri, 2007-08-10 at 17:53 +0100, Richard Davey wrote: > Hi Faither, > > Friday, August 10, 2007, 5:16:09 PM, you wrote: > > > I'm kind of lost with how str_replace , preg_replace, ereg_replace or > > even explode are handling a "\n"-ewline. > > > I have a text string from a form and am trying to replace the "\n" or > > chr(10) or however you might call the newline with a simple html break tag. > > Why not just use nl2br() in this case? It doesn't remove the "\n" character (or the "\r" character as is his problem). Cheers, Rob. -- ........................................................... SwarmBuy.com - http://www.swarmbuy.com Leveraging the buying power of the masses! ........................................................... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php