Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/12/2005, 05:21
Avatar de TCL_ZIP
TCL_ZIP
 
Fecha de Ingreso: noviembre-2003
Ubicación: Esporles, Mallorca, España
Mensajes: 690
Antigüedad: 20 años, 5 meses
Puntos: 4
error al hacer un if con variables de navegador

Mi codigo es el siguiente:
Código PHP:
if($_GET["ind"]){
$i=($_GET["ind"]-1)*5;
$pagina_inicial $_GET["ind"];
}else{
$i=1;
$pagina_inicial 1;

Y me manda el siguiente error:
Notice: Undefined index: ind in d:\web\alta_canciones.php on line 74

La linea 74 es la del if....

No lo entiendo hasta ahora lo havia echo asi y siempre me habia funcionado, que pasa?