/ Published in: PHP
URL: http://us2.php.net/manual/en/function.file-exists.php#84918
Expand |
Embed | Plain Text
function url_exists($url) { $hdrs = @get_headers($url); }
You need to login to post a comment.
bdhamilton on 10/07/08
12 people have marked this snippet as a favorite
basicmagic
davidsword
duniyadnd
ocool
wilburhimself
troynt
irishsk
nb109
vali29
sultano
tewoos
Some0ne
URL: http://us2.php.net/manual/en/function.file-exists.php#84918
function url_exists($url) { $hdrs = @get_headers($url); }
You need to login to post a comment.