Code:
<?php if(file_exists("http://www.site.com/images/$id/misc6.jpg")){ DO THIS }?>
For some reason this doesn't seem to work. When I remove this check, the image shows up under { DO THIS }, however, the check doesn't seem to be returning a TRUE on this statement. What's the best way to return TRUE/FALSE for a remote image if it exists?
EDIT: Note... $id is assigned above this statement.