I'll hack...
$picturedir = "/home/user/public_html/pictures";
Is not fully qualified path, so may be relative to directory in which the script runs. Though with PHP, probably relative, to PHP's default relative path...
Quote:
|
When I did the script stop correctly identify the JPEG images.
|
Does it identify other files properly?
Does it find thumbs, but not big file?
what dir did script and pics used to live, which leads to where is script now?
does it even get in while loop?
I can find out the supported datatypes in PHP. What you mean by image? As image/thumbnail probably same dt?