I have the following url:
$str = \"http://www.domain.com/data/images\\flags/en.gif\";
I\'m using str_replace to try and replac
str_replace
You want to replace the Backslash?
Try stripcslashes:
http://www.php.net/manual/en/function.stripcslashes.php