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
{ 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:
is there a way to find if a file exists on a remote
server?
Ensign BakerHCO
OfficerUSS Atlantis
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
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