textarea question
Posted: Sat Oct 23, 2004 7:27 am
I have a textarea in a form. When I write to the db it writes to a blob data type. But it doesn't save the formatting. Is there anything that I can do to save the formatting from the textarea? For example if someone enters a blank line by hitting enter twice I want the value entered in the db to have that blank line. As it is right now it strips out the blank line and just writes the entire value out in one long string of characters.
Thanks
Thanks