I have a PHP file that will be accepting several URL parameters, one of which is a local file path (c:\users\etc..). Whenever this parameter is read in, PHP makes it into double backslashes (c:\users\etc..) which my upload code will not accept as a valid path. What can I do here?
Thanks
-Jesse