Re: [PHP] How to handle multiple lines in PHP?

2001-01-16 Thread Christian Reiniger
On Tuesday 16 January 2001 17:12, david klein wrote: Does anyone know how to handle this? One idea is to convert the END OF LINE CHAR to "BR" before putting it into the database, but how can we detect the END OF LINE CHAR in PHP? Or is there any other ways? Search the list archives. I

Re: [PHP] How to handle multiple lines in PHP?

2001-01-16 Thread Pavel Kalian
ot; [EMAIL PROTECTED] To: "david klein" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 5:25 PM Subject: Re: [PHP] How to handle multiple lines in PHP? On Tue, 16 Jan 2001, david klein wrote: I have a textarea in one php page to allow user to leave message. How

Re: [PHP] How to handle multiple lines in PHP?

2001-01-16 Thread Romulo Roberto Pereira
you could use nl2br command on the string that holds the data... check this for further info... http://www.php.net/nl2br Have fun, Rom - Original Message - From: david klein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 11:12 AM Subject: [PHP] How to handle