Sorry to bother again, but I cannot get more information about file_exists statement...
I've used the following code to check for a image file existance:
if (file_exists("/path/$row
.jpg")) {
echo ("Exist");
}
echo ("Not Exist");
The path is right infact if I use $row[code] like src image name, picture is displayed.
Is the syntax correct ?
Why it doesn't find the file while it is present ?