Yes, just do echo stripslashes($string); to display the string which has removed the magic quotes employed by PHP.
Mike wrote:
Dolce,
Can you help me, how do I use the stripslashes and will it bog up html coding which employs slashes?
eg I have blobs coming out of HTML code, can I run stripslashes on a string and still have the html work ok?
I've been searching for this slash removal thing for ages!! thanks for pointing it out to me
mike