> 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
--- Michael Egan <[EMAIL PROTECTED]> wrote:
> I've experienced the same problem. It's not that the line returns
> disappear - they will still be retained but stored as /n or /r.
>
> You'll need to find a way of replacing the line breaks with a html
> paragraph break - assuming your required out
cannot have multiple lines, use this
little amount of
text
Michael Egan wrote:
I've experienced the same problem. It's not that the line returns disappear - they will still be retained but stored as /n or /r.
You'll need to find a way of replacing the line breaks with a html paragraph break
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
I've experienced the same problem. It's not that the line returns disappear - they
will still be retained but stored as /n or /r.
You'll need to find a way of replacing the line breaks with a html paragraph break -
assuming your required output is html. Perhaps some of the regexp functions wil
5 matches
Mail list logo