get text exactly as is form text box
Posted: Sun Jan 31, 2010 10:45 am
I know how to get the text from text boxes but it is not grabbing line breaks so like if somebody type the following in a text box:
a
b
c
d
Right now it comes out as abcd. How can I get the spacing to stay? Also this has to be stored in a mysql database if that makes any difference.
a
b
c
d
Right now it comes out as abcd. How can I get the spacing to stay? Also this has to be stored in a mysql database if that makes any difference.