Hi,
My site was working fine up until a month or so ago, now whenever I open a page in the editor it converts all my apostrophes to '. Can this be fixed?
Everytime I open the editor I have to fix this up.
An example of my code is below:
which converts to
Thanks,
Chris.
My site was working fine up until a month or so ago, now whenever I open a page in the editor it converts all my apostrophes to '. Can this be fixed?
Everytime I open the editor I have to fix this up.
An example of my code is below:
$userselect = mysql_query("SELECT * FROM Users WHERE Username= '$username'") or die(mysql_error());
which converts to
$userselect = mysql_query("SELECT * FROM Users WHERE Username= '$username'") or die(mysql_error());
Thanks,
Chris.