Hi,
I have a string that has quotation marks inside it, using \" . I'd like to print the string with just the quotation marks and not the backslash.
Is this possible to do?
ripchip
echo stripslashes($string);
cheers Ben.