Hi $str = "f:\fold1\new.file"; print ($str);
Is there some thing can be adjusted in php.ini, to make the print out of this string appears correctly without using addslashes(); function?
I think it's the "magic_quotes_gpc" option, play around with it to find out
set_magic_quotes_runtime(0);