Ver Mensaje Individual
  #8 (permalink)  
Antiguo 29/07/2002, 19:44
Avatar de Wakkos
Wakkos
Colaborador
 
Fecha de Ingreso: octubre-2001
Ubicación: (cerca)
Mensajes: 1.795
Antigüedad: 22 años, 6 meses
Puntos: 59
Re: Eliminar registros con checkbox

OK, para que no digan que me hacen la tarea: yo aprendo =P

Dentro del while para sacar los registros:
Código:
 
echo "<input type=checkbox name='my_stuff[".$row[14]."]' value=".$row[14].">";
Y en la página para procesar:

Código:
while (list ($key, $value) = each ($my_stuff)) {  
		 anything where the DB ID = $key
					}
Funciona!
gracias chicos! ahora soy menos bruto!

<div style="color:#000; font-family: Verdana; font-size: 10px; font-weight:bold;">Wakkos<br><a href="http://www.artreves.com/wakk" style="font-size: 9px; font-weight: normal; color:#e1470b;">follow the white rabbit</a></div>