
09/08/2008, 09:13
|
 | | | Fecha de Ingreso: junio-2007
Mensajes: 285
Antigüedad: 17 años, 9 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); |