Posts by Raphael Barros • 21 points
1 post
-
2
votes5
answers7780
viewsA: How to use str_replace in single quotes without removing the ones that are required?
In case your question is not PHP oriented, but Mysql. But come on: Run the query by replacing the name of your table and your column UPDATE sua_tabela SET sua_coluna = REPLACE(sua_coluna, "\\'",…