buscarini on 06/13/08
Last Edited at 06/13/08 03:19am
function http_test_existance($url) { return (($fp = @fopen($url, 'r')) === false) ? false : @fclose($fp);}
Report this snippet Tweet
Comment:
You need to login to post a comment.