
24/10/2012, 21:12
|
 | | | Fecha de Ingreso: mayo-2010 Ubicación: Valencia
Mensajes: 1.124
Antigüedad: 14 años, 10 meses Puntos: 66 | |
Respuesta: r usuario con campo nivel y acceder a su reporte switch($f["nivel"]){
case 1:
echo'<script type="text/javascript"> window.location="reporte1.php";</script>';
break;
case 2:
echo'<script type="text/javascript"> window.location="reporte2.php";</script>';
break;
case 3:
echo'<script type="text/javascript"> window.location="reporte3.php";</script>';
break;
} |