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$userselect = mysql_query("SELECT * FROM Users WHERE Username= '$username'") or die(mysql_error());
Thanks,$userselect = mysql_query("SELECT * FROM Users WHERE Username= '$username'") or die(mysql_error());
Chris.


LinkBack URL
About LinkBacks
Reply With Quote
Thanks to those whom have donated so far!


