Search code examples
phpstrip

need some php function to remove slashes


My original string look like this .

25\\\" height x 12\\\" width x 9\\\

but i want to remove these slashes from the sting like the below text.

I used stripslashes function , but gives only 25 .

25" height x 12" width x 9


Solution

  • StripSlashes

    Good for this or str_replace