Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/12/2013, 14:05
Avatar de Cuervoo
Cuervoo
 
Fecha de Ingreso: octubre-2013
Mensajes: 165
Antigüedad: 10 años, 7 meses
Puntos: 43
Respuesta: Pasar una variables PHP a través de un Location???

Pero nunca se lo asignás, la variable no existe.

Código PHP:
Ver original
  1. $selected = "SELECT id,usuario FROM `spectrum-solaris`.`rango` WHERE status = '".$_SESSION['rango']."'";
  2. $query = mysql_query($selected,$conex) or die(mysql_error());
  3. $row = mysql_fetch_array($query);
  4. $gap = $row['id'];

Agregale eso