[PHP-DB] nl2br & BLOB field of MySQL

2002-08-30 Thread Jorge Pinto Leite
It's probably a problem of my code, can anyone help me? I have a BLOB field in a MySQL table. This field is filled in a php page with a , where I can enter it formatted, with ENTER's to split some lines from others. In another page, this field is seen (not updated) - so I don't have a tag. As I w

Re: [PHP-DB] nl2br()

2001-02-22 Thread JJeffman
g. select * ... ... $text_ready = nl2br($row["text"]) ; HTH. Jayme. -Mensagem Original- De: Matthew Cothier <[EMAIL PROTECTED]> Para: <[EMAIL PROTECTED]> Enviada em: quarta-feira, 21 de fevereiro de 2001 18:11 Assunto: [PHP-DB] nl2br() > Whe

[PHP-DB] nl2br()

2001-02-21 Thread Matthew Cothier
Where exactly do I need to insert this? _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [PHP-DB] nl2br()

2001-02-21 Thread John Huggins
, 2001 4:11 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] nl2br() > > > Where exactly do I need to insert this? > _ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > > -