PHP: How to replace quotes -


I am using it but it is not working:

  $ replace Any help would be appreciated.   

< P> Try it out:
  $ location = str_replace ('\' ',' '', $ text);  

OR

< Pre> $ location = str_replace ("',' '', $ text);

Comments