I am trying to find a way to test if a file
on the Internet specified by a URL exists.
I tried using is_file but it doesn't seem
to work on remote files. Only local files.
I tried checking it by opening the file,
but i get an annoying php warning message
when I try that on a file that not exists.
Does anybody have an idea of how to check
if a remote file exits without getting php
warning/error messages?
Thanks in advance
Stig