Cita:
Iniciado por Patriarka
y que tiene esto
C:\AppServ\www\noticias\publica.php on line 2
te fijaste?
pues todo el script es
Cita: <?php
$result = file_get_contents("http://localhost/noticias/noticias.php");
if ($result == false)
{
// error
} else {
var_dump($result);
}
?>
la linea 2 corresponde a
$result = file_get_contents("http://localhost/noticias/noticias.php");
cual sera el problema ?