Are you using nl2br to convert before recording or after? "Dan Shirah" <mrsquash2@xxxxxxxxx> escreveu na mensagem news:a16da1ff0911060824k779f7457wa1111fd6e8f4e419@xxxxxxxxxxxxxxxxx > Hello all, > > Basically I have a form with a <textarea>. The user can enter up to 5,000 > characters in this text area. > > If the user just types text like: This is a test. > > And saves it, there's no problem. > > However if the user types: > > This > > Is > > A > > Test > > And saves it, the insert bombs. > > I've tried using nl2br($text) and str_replace("\r","#CR",$text) to convert > the carriage returns, but it still crashes. > > I'm using an informix database and the column is: my_text CHAR(5000) > > Any ideas why it crashes any time there is a carriage return in the text > area? > > Thanks, > Dan > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php