
01/04/2009, 12:15
|
| | Fecha de Ingreso: febrero-2009 Ubicación: cancun!
Mensajes: 898
Antigüedad: 16 años, 1 mes Puntos: 15 | |
Respuesta: Cambiar select por check <input type="radio" name="tipo" id="grupo" value="G" />
$sql = "SELECT id AS id, alumno AS valor FROM alumnos WHERE categoria=2";
$rs = abreRs($sql);
if (mysql_numrows($rs) > 0) {
while ($fila = mysql_fetch_array($rs)){
<input type="radio" name="tipo" id="grupo" value="<?php echo($fila['campo'])?>" />
}
que te parece esto o si ya probaste el q tienes estaria bn!
__________________ WHERE IS MY BLUE SUNNY SKY??
pd: todos los karmas son bienvenidos :D |