Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/08/2008, 08:12
Avatar de Carlojas
Carlojas
 
Fecha de Ingreso: junio-2007
Ubicación: Shikasta
Mensajes: 1.272
Antigüedad: 16 años, 10 meses
Puntos: 49
Respuesta: Notice: Undefined index: host

Que tal hawaiian050, le pusiste las comillas?

Código PHP:
$URL_FINAL parse_url("$url[0]"); 
$URL_FINAL str_replace("www."""$URL_FINAL['host']); // LIÑEA 26 DEL ERROR 
$URL_FINAL addslashes($URL_FINAL); 



Saludos.