Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/01/2005, 09:17
yasahe
 
Fecha de Ingreso: enero-2005
Mensajes: 260
Antigüedad: 19 años, 3 meses
Puntos: 0
Gracias por la ayuda, pero la verdad sigo igual, este es el error.


Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: gethostbyname failed in c:\inetpub\wwwroot\pruebasphp\file.php on line 12

Warning: fsockopen() [function.fsockopen]: unable to connect to localhost/cine.html:80 in c:\inetpub\wwwroot\pruebasphp\file.php on line 12
La operación se ha completado correctamente. (0)

En la linea 12 tengo esto:
$fp = fsockopen("localhost/cine.html", 80, $errno, $errstr, 30);