Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/02/2011, 10:28
albarete
 
Fecha de Ingreso: octubre-2010
Mensajes: 47
Antigüedad: 13 años, 6 meses
Puntos: 1
Problema con copy()

Tengo:
Código JPHP:
Ver original
  1. <?php
  2. $pre = "http://api.erepublik.com/v2/feeds/countries/15/citizens.xml.gz";
  3. $o = copy(($pre), "/es.xml.gz");
  4. ?>

Y me da dos errores :S :
Cita:
Warning: copy() [function.copy]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/a9268525/public_html/index.php on line 9
Cita:
Warning: copy(http://api.erepublik.com/v2/feeds/co...itizens.xml.gz) [function.copy]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/a9268525/public_html/index.php on line 9