<?php
$url = "http://pagina.com.br";
$fp=@fopen($url,"r");
if(fp == 1) echo "Existe";
else echo "n�o existe";
?>