> Is it possible to maintain the carriage returns in a
> database insert.  When I input data from a textfield
> with returns into the database, it is lost on a
> subsequent select and print.

They're still there, they don't disappear for no reason. HTML does not
understand newlines, though, only <br> elements. Look into the nl2br()
function.

---John Holmes...


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

Reply via email to