RE: [PHP-DB] formatted text, php and mysql

2002-11-19 Thread Griffiths, Daniel
great, works like a dream! many thanks Dan -Original Message- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: 19 November 2002 17:12 To: Griffiths, Daniel; [EMAIL PROTECTED] Subject: Re: [PHP-DB] formatted text, php and mysql Have you looked at the nl2br() function? echo

Re: [PHP-DB] formatted text, php and mysql

2002-11-19 Thread 1LT John W. Holmes
Have you looked at the nl2br() function? echo "" . nl2br($content) . ""; That may give you the output you're looking for. ---John Holmes... - Original Message - From: "Griffiths, Daniel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 11:50 AM Subject: [PHP-