Ver Mensaje Individual
  #6 (permalink)  
Antiguo 09/08/2008, 09:13
Avatar de hawaiian050
hawaiian050
 
Fecha de Ingreso: junio-2007
Mensajes: 285
Antigüedad: 16 años, 10 meses
Puntos: 2
Respuesta: Notice: Undefined index: host

Que tal,

si con y sin comillas, incluso asi y nada lo mismo

$web = explode(" - ",$title[1][$j]);
$dominio = $web[0];

$URL_FINAL = parse_url("".$dominio."");
$URL_FINAL = str_replace("www.", "", $URL_FINAL['host']); // LIÑEA 26 DEL ERROR
$URL_FINAL = addslashes($URL_FINAL);