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