I have a strange problem: htmlspecialchars(with ENT_QUOTES) and mysql_real_escape_string functions aren’t translating single quote in i've(and some others words), all others are translated, what is the reason of that result?
I have a strange problem: htmlspecialchars(with ENT_QUOTES) and mysql_real_escape_string functions aren’t translating single quote
Share
If you want escaping use htmlentities()