Posts by Adilerson Casa Grande • 1 point
1 post
-
-3
votes3
answers945
viewsA: Problem with php query because of quotation marks
A practical way, but not so pretty: $string = "d'agua" $resultado = str_replace("'","\'",$string);
1 post
-3
votes3
answers945
viewsA practical way, but not so pretty: $string = "d'agua" $resultado = str_replace("'","\'",$string);