Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/02/2009, 11:18
harvestmoon
 
Fecha de Ingreso: febrero-2009
Ubicación: cancun!
Mensajes: 898
Antigüedad: 15 años, 2 meses
Puntos: 15
Respuesta: eliminar multiples registros utilizando checkbox !!!

porq no usas un foreach para recorrer el array q tienes en el check?


m algo asi


foreach($_REQUEST['eliminar'] as $reg)
mysql_query("delete from tabla.campo where id =$reg")or trigger_error(mysql_error(),E_USER_ERROR);


saludos