[PHP] storing data from multi-line text boxes into mysql

2002-07-08 Thread Phil Schwarzmann
I want to store user inputed data from a HTML multi-line text box into a mysql database. But unfortunately, it doesn't remember any of the hard returnsis there a painless why to do this? Thanks!

Re: [PHP] storing data from multi-line text boxes into mysql

2002-07-08 Thread Kevin Stone
nl2br(); http://www.php.net/manual/en/function.nl2br.php Switch beween Unix and HTML line breaks. -Kevin - Original Message - From: Phil Schwarzmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 08, 2002 1:29 PM Subject: [PHP] storing data from multi-line text boxes

Re: [PHP] storing data from multi-line text boxes into mysql

2002-07-08 Thread Brendan P. Caulfield
try nl2br() http://www.php.net/manual/en/function.nl2br.php -brendan I want to store user inputed data from a HTML multi-line text box into a mysql database. But unfortunately, it doesn't remember any of the hard returnsis there a painless why to do this? Thanks! -- PHP General