: [PHP-WIN] $_POST issues with file paths
Here is my problem I need to read a file path from this construct
Base Path
however when I read it with
$appath=$_POST["sys_path"];
what I get is
e:\\jon\\site_dev\\php-html
not what I am expecting which is
e:\\jon\\site_dev\\php-html
how
You could try using forward slashes - they are functionally equivalent from
a PHP point of view...
Mikey
> -Original Message-
> From: Jon Phipps [mailto:[EMAIL PROTECTED]
> Sent: 25 July 2003 19:13
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] $_POST issues with file path
Here is my problem I need to read a file path from this construct
Base Path
however when I read it with
$appath=$_POST["sys_path"];
what I get is
e:\\jon\\site_dev\\php-html
not what I am expecting which is
e:\\jon\\site_dev\\php-html
how can I stop the post method from escaping all m