[PHP-WIN] Re: [PHP] Problem on file_exists()

2002-07-16 Thread Ross Fleming
Message- > From: Chris Hewitt [mailto:[EMAIL PROTECTED]] > Sent: 16 July 2002 11:32 > To: Jack > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP-WIN] Re: [PHP] Problem on file_exists() > > > Jack wrote: > > >Dear all > >I had a folder which the path is :

[PHP-WIN] Re: [PHP] Problem on file_exists()

2002-07-16 Thread Chris Hewitt
Jack wrote: >Dear all >I had a folder which the path is : (\\nedcoraa\pdf_reports\dealing >room\report) it stores a lot of PDF reports in there. >I'm trying to use the file_exists() function to detect if a specific file >exist in this folder, but i got a problem is : >It seems that php can go thr

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

2002-07-15 Thread David Redmond
Jack, try using forward slashes instead of backslashes;eg $fp = fopen("//nedcoraa/pdf_reports/dealing/filename.ext", "r+"); Cheers -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 16 July 2002 5:02 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] Proble