$filename = 'http://www.exempl.com/a.html'; if (file_exists($filename)) { echo "The file $filename exists"; } else { echo "The file $filename does not exist"; }