MySQL translating html tags
Posted: Wed May 04, 2011 1:52 pm
Hi all,
I have a common problem of trying to store HTML code in a MySQL database. Whenever I try to enter something that contains a special HTML character, like "<p>", it translates it into expressions like "<p>", which I don't want. What is the best way to avoid that?
Thanks.
I have a common problem of trying to store HTML code in a MySQL database. Whenever I try to enter something that contains a special HTML character, like "<p>", it translates it into expressions like "<p>", which I don't want. What is the best way to avoid that?
Thanks.