When I try posting an image coded in HTML to another page I get this in return:
<IMG alt=\\\\"\\\\" hspace=\\\\"0\\\\" src=\\\\"http://www.eventsintl.com/images/DsM_explorer.gif\\\\" align=\\\\"baseline\\\\" border=\\\\"0\\\\">
I've tried stripslashes but it only takes out 2 backslashes...any other way to do this?
Wow that's nasty....
$this = str_replace("\\\", "", $that);
Then use addslashes() if you need to