[PHP] Re: Problem on file_exists() function

2002-07-18 Thread Richard Lynch
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 (exist);

[PHP] Re: Problem on file_exists()

2002-07-16 Thread liljim
Jack, Probably because of the space in the directory dealing room - you'd be best advised to avoid spaces in directory names. ~James Jack [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Dear all I had a folder which the path is :