Hi all,
I have several records that contain special HTML escape characters such as """, the HTML escape for a double quotation mark. Every time I fetch these special characters from the database, they get turned into the actual character, not the escape sequence. But I want the escape sequence.
How do I maintain the escape sequence in the HTML that gets outputted? Is mysql_query or mysql_fetch_array converting these? I checked the source in the database and in all the HTML files. The escape sequences exist in the database, but get converted along the way.
Thanks for your help,
Michael Liedtke