Tonny Robertus wrote:
is there any function to replace \n to <br> that we can see the results in html source code (not in preview)?
$fixed = preg_replace("/(\r?\n)|\r/",'<br />',$oldstring);
--
---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals – www.phparch.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php