Hi,
How do I preserve whitespace that's entered as part of a text?
I have a simple HTML form, where I enter some text that is being saved into a database. Later, when I access the database and display the text, the "extra" whitespace is gone. The new lines are preserved as I use nl2br().
Please help.
Thank you.