PHP замените BlackSlash

$str = str_replace('\\', '/', $str);
Malario