Im having problems with file handling functions in php.For example:
CODE
if(file_exists("/dir/file.ext")) statement;
Statement will never execute cause file_exists returns false, but the file *exists* at the specified location.I have tried using the full URL but the same thing happens.
rac
Dec 21 2007, 07:30 PM
QUOTE
What does it say?
bool(false)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.