Rate this script:  I Love it  /   I Hate it

check url with php


Code


function http_test_existance($url) {
 return (($fp = @fopen($url, 'r')) === false) ? false : @fclose($fp);
}
 

 

 
check url with php scripts | check url with php snippet | check url with php example | check url with php tutorial | check url with php code