unterminated string constant when loading from a text field
Brought to you by:
kalperin
I am getting an "unterminated string constant" error
when the page load data stored in varchar or longtext
fields from a MySQL database. I did a bit of research
and it looks like that when the data is saved in MySQL
a few invalid characters are saved as well such as chr
(13) CRLF, etc... Why?