> From: Adam
> Single quotes don't work for the escape characters.
> Use double quotes around the str_replace where there is a \n.
and...
> From: Richard
> Double-bag it:
> str_replace("\n", "</p>\n<p class=\"content\">\n", $charInfo[introE])It's always the simplest of mistakes that one overlooks. Thanks guys! That's done the trick. -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

