> cannot have multiple lines, use this
>
>little amount of
>
>text
This is true.
Also, watch the line endings coming aout of that textarea - you may want
to normalize them. I prefer unix linebreaks, so I use this to convert mac
and DOS endings:
str_replace(array("\r\n", "\r"), "\n", $tex
From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: 08 July 2003 10:30
> To: [EMAIL PROTECTED]
> Subject: [PHP] Retaining formatting problem[Scanned]
>
>
> Hello everyone,
>
> I have a long running problem that i just want to get covered, I
> have a standard
L PROTECTED]
Subject: [PHP] Retaining formatting problem[Scanned]
Hello everyone,
I have a long running problem that i just want to get covered, I have a standard text box for people to insert long lengths of text.
This text box is in a standard but when I insert it into the database the line r
On Tue, 2003-07-08 at 02:29, [EMAIL PROTECTED] wrote:
> Hello everyone,
>
> I have a long running problem that i just want to get covered, I have a standard
> text box for people to insert long lengths of text.
>
> This text box is in a standard but when I insert it into the
> database the lin
egexp functions will help
in this - I haven't got the code I used for this to hand.
HTH,
Michael Egan
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 08 July 2003 10:30
To: [EMAIL PROTECTED]
Subject: [PHP] Retaining formatting problem[Scanned]
Hello ever
Hello everyone,
I have a long running problem that i just want to get covered, I have a standard text
box for people to insert long lengths of text.
This text box is in a standard but when I insert it into the
database the line returns dissapear, eg
"this
little amount of
text"
will ente
6 matches
Mail list logo