I need to find \
in a string.
Example
$replacevalue = "%20";
$area = "test\abc.htm";
$valuetoreplace = "\";
$area = str_replace($valuetoreplace,$replacevalue, $area );
But it seems like the page goes into a loop or somthing if i do the same with /
there are no problem please help