Hi John,

> Nothing fancy. Can't get it to echo ¶

Is that a pilcrow sign? If so, have you tried "¶" instead, like this:

$inputresult = str_replace('\n', '¶\n', $testtextarea);

Cheers
Jon

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

Reply via email to