Buongiorno, ho un problema a fare una query like passando un valore che ha al suo interno uno o più apici.
esempio
$citta = "S.PAOLO D'ARGON";
$sql = mysql_query("select * from tabella where citta like '$citta%' order by nome");
COsa devo fare?
Grazie