Hi,
I am trying to write a guest book application. I give the user a free text box to write his comments on. Then I insert that text into a column defined as "TEXT" in a database. The problem is that all the user's input text is stored as a one line in the table and when I display it , the layout is different. For example if the user enters
line one blaaa.
line two
(blank line)
line three.
I get it stored as
"line one blaaa. line two line three."
How can I go around this and at least display it as the user entered it?
please help.
thanks in advance