Re: How to replace a backslash character in a string?
Posted by Geoff Muldoon on 10/15/81 11:42
In article <441a4f1f$0$15788$14726298@news.sunsite.dk>, no.mail@st.peters
says...
> Hi,
>
> How can i replace a backslash character in a string?
>
> The following does not work:
> $wd = strtr($wd, "\", " ");
>
> TIA
>