Im trying to replace \ with / using str_replace command but it does not seem to work.
$mytext=str_replace("\","/","$mytext"); ?>
Its got me confused. Also how would I do it for more than character for example change \ to / and & to and
Look forward to your help.