I need to check whether an image exists on a remote server. Anybody got any quick pointers?
if (file_exists($file) && is_file($file)) {
}
only works for local files.
--
View this message in context:
http://n4.nabble.com/Check-if-an-image-exists-on-remote-server-tp1014172p1014172.html
Sent from the Zend Framework mailing list archive at Nabble.com.
