Status:
if ($_POST['url']) { $sitio = @fopen($_POST['url'],"r"); if ($sitio){ echo "Site online"; }else{ echo "Site offline"; } } ?>
Por Lucas Barbosa Lacerda - briguites@hotmail.com