<input type="text"> cannot have multiple lines, use <textarea name=" name " col=" num of cols " rows=" num of rows ">this

little amount of

text</textarea>

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 - assuming your required output is html. Perhaps some of the regexp 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 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 <input type="text"> but when I insert it into the database the line returns dissapear, eg

"this

little amount of

text"

will enter like

"this little amount of text will enter like"

Please help me it is p!!$$!ng me right off :P

Cheers in advance



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to