
andy7t
User
Feb 23, 2004, 3:07 AM
Post #1 of 3
(388 views)
|
|
MySQL: Chaning $indata with <BR>'s.
|
Can't Post
|
|
Hello, I have a textarea (box) like the one i'm typing in now. When i press submit, it sends everything to my script. The textarea box is $indata{'message'}. Now, i sned this email to myself- and all of the Linebreaks are included- which is fine. It is also stored in a mysql database, under a LONGTEXT field. Now, when i go back to my other script, and print that field on the screen there are no line breaks. How do i get it to put in <BR>'s at every line break or something?
|