<? if(file_exists("http://www.hazardnet.net/bannerr.gif/")){ echo"works";} else{ echo "doesnt work";} ?>
?????????????
get rid of the / after .gif
didnt work, but, what did work was using the absolute path to the file.. duh to me:rolleyes:
yea i think the file_exists() has to be on a local file, so using the [url]http://[/url] will not work.