[PHP-WIN] file_exists issue

2004-03-30 Thread Xavier Serna
Hi all, anyone has experimented a failure in the result of the file_exists() function upgrading from 4.3.2 to 4.3.5? I don't know what's happening, but after I've uptdated the PHP engine to 4.3.5 this function always return false using php in fast-cgi mode under iis on w2k sp4 thanks Xavier

RE: [PHP-WIN] file_exists()

2002-11-18 Thread Dash McElroy
{ print"The file does not exist"; } Note: The "@" in front of fopen suppresses the error output of the function. I hope this clears up some confusion. -Dash -Original Message- From: DaMouse [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 17, 2002 1:

[PHP-WIN] file_exists()

2002-11-18 Thread DaMouse
is there a way to find if a file exists on a remote server?   Ensign BakerHCO OfficerUSS Atlantis

Re: [PHP-WIN] file_exists()

2002-06-26 Thread Eugenio Tacchini
At 10.25 26/06/2002 -0500, Anthony Ritter wrote: >I have a question about the PHP function file_exists(): > >This is taken from a textbook entitled "PHP Professional Projects" by >Wilfred, Gupta, Bhatnagar (Premier Press 2002 - ISBN1-931841-53-5) on page >261 under the chapter titled "Handling Fil

[PHP-WIN] file_exists()

2002-06-26 Thread Anthony Ritter
I have a question about the PHP function file_exists(): This is taken from a textbook entitled "PHP Professional Projects" by Wilfred, Gupta, Bhatnagar (Premier Press 2002 - ISBN1-931841-53-5) on page 261 under the chapter titled "Handling Files". The authors write... "Consider the following co