Re: [PHP-WIN] $_POST issues with file paths

2003-07-25 Thread Jon Phipps
: [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

RE: [PHP-WIN] $_POST issues with file paths

2003-07-25 Thread Mikey
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

[PHP-WIN] $_POST issues with file paths

2003-07-25 Thread Jon Phipps
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