> How do you put a carriage return in a MySQL database and have it 
> display as a line break on the web page?

str_replace ("\n", "<br>", $var);

-Dan Joseph

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

Reply via email to