Hey there,
just having some difficulties with the file_exists function.
The script looks like the following..
if (!file_exists(http://www.server.com/image.jpg)) { die("Todays image has not been uploaded"); }
works fine, now I want to make it so if this image doesnt exists, also look to see if http://www.server.com/image.gif exists (different extension). if neither exist, throw that error message up but if one of them does exist continue with the rest of the script