Re: [PHP] new lines in text fields

2001-07-24 Thread Brad Wright
use the 'nl2br' fuction‹ Inserts HTML line breaks before all newlines in a string > From: "Mat Marlow" <[EMAIL PROTECTED]> > Date: Fri, 6 Jul 2001 16:06:58 +0100 > To: [EMAIL PROTECTED] > Subject: [PHP] new lines in text fields > > Hi all, > I a

Re: [PHP] new lines in text fields

2001-07-08 Thread David Robley
On Sat, 7 Jul 2001 00:36, Mat Marlow wrote: > Hi all, > I am in desperate need for a solution to HTML text fields not storing > new lines. I'm storing news articles in a database but all the text > just ends up in a big block because it ignores line breaks. Is thre a > way around this without hav

Re: [PHP] new lines in text fields

2001-07-06 Thread Mauricio T?llez Jim?nez
Hi, I don't know what is exactly what you want to do, but I have a page with a tag, and a mySQL database with a TEXT field, that way I can use newline breaks. Bye. On Fri, Jul 06, 2001 at 04:06:58PM +0100, Mat Marlow wrote: > Hi all, > I am in desperate need for a solution to HTML text fields

Re: [PHP] new lines in text fields

2001-07-06 Thread rick
IL PROTECTED]> Sent: Friday, July 06, 2001 8:06 AM Subject: [PHP] new lines in text fields > Hi all, > I am in desperate need for a solution to HTML text fields not storing new > lines. I'm storing news articles in a database but all the text just ends up > in a big block becaus

[PHP] new lines in text fields

2001-07-06 Thread Mat Marlow
Hi all, I am in desperate need for a solution to HTML text fields not storing new lines. I'm storing news articles in a database but all the text just ends up in a big block because it ignores line breaks. Is thre a way around this without having to upload text files? Thanks, Mat -- PHP Gene