RE: [PHP-WIN] Problem on file_exists() function

2002-07-17 Thread Ross Fleming
It's likely a permissions problem under NT. > -Original Message- > From: Jack [mailto:[EMAIL PROTECTED]] > Sent: 17 July 2002 08:55 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP-WIN] Problem on file_exists() function > > > Dear all > I had m

[PHP-WIN] Problem on file_exists() function

2002-07-17 Thread Jack
Dear all I had made a test.txt file which stored in the following window path : c:\pdf_reports\dealing\test.txt, In my page, i ask php to check the test.txt exist in foler (c:\pdf_reports\dealing) using the following script: if (file_exists("c:\\pdf_reports\\dealing\\test.txt")) { print (