Gah! Website has function that replaces chr(10) with spaces
Hello, everyone.
I am working on a website that has a function that will automatically replace all chr(10) with spaces when a form is submit. I cannot prevent this from being used.
When a form with a textarea is submit, all line breaks are being replaced with spaces, destroying the formatting of what was originally submit.
When pulling said text from a database, how can I go about reconstructing the line breaks and restoring the formatting?
Thank you,
^_^
