if (!(file_exists(http://mysite.com/images/thumbnail_1286954822.jpg))) { $filefound = \'0\'; }
why won\'t this work?
The function expects a string.
file_exists() does not work properly with HTTP URLs.
file_exists()