Tema: Web en HTML
Ver Mensaje Individual
  #15 (permalink)  
Antiguo 09/09/2011, 15:36
JAI_ME
 
Fecha de Ingreso: enero-2010
Mensajes: 247
Antigüedad: 14 años, 3 meses
Puntos: 2
Respuesta: Web en HTML

Cita:
Iniciado por Patriarka Ver Mensaje
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 ?