I need to be able to tell if an image exists in a directory or not. Given the file name and the directory, how can I tell if it exists?
Thanks!
file_exists($filename);
http://www.php.net/file_exists