Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/08/2008, 19:42
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

En el ejemplo si en la programacion no mira:

$URL_FINAL = parse_url($url[0]);
$URL_FINAL = str_replace("www.", "", $URL_FINAL['host']); // LIÑEA 26 DEL ERROR
$URL_FINAL = addslashes($URL_FINAL);
El error notice que puse es este pero no se por que.....

ERROR: Notice: Undefined index: host in C:\AppServ\www\explorer.php on line 26