Is there anyway to turn "\" into "\" ??? -Steven
It seems silly at first but it works :
$string2 = ereg_replace ('\\','\\',$string1);
And then the forum comes along and F's it up :-)
Steven; What is the problem exactly?
Vincent: it is in: (4th) Single to Double Strip Slashes
"(4th) Single to Double Strip Slashes"
I'm probably missing something obvious, but what do you mean by this?