Código PHP:
<?php
$link = "noexiste.php";
$url = "http://www.example.com/$link";
$page = file_get_contents(''.$url.'');
echo $page;
?>
Existe alguna forma de que cuando este tenga el link roto,
file_get_contents() no me vote la
url, si no otra != cosa ?
//////////////////////////////////////////////////////////////////
o sea que no me vote esto cuando la
url esta rota x) si no, algo distinto un documento blanco o otra cosa
Código PHP:
Warning: file_get_contents(http://www.example.com/noexiste.php)
[function.file-get-contents]: failed to open stream: HTTP request failed!
HTTP/1.1 404 Not Found
in C:AppServwwwpaginaestudio.php on line 4