2016-11-16 128 views

回答

1

试试这个:

// get the checkboxes values 
$ids = $_POST['ids']; // if the checkboxes are array - ids[] 
$this->db->where_in('id', $ids); 
$this->db->delete('users'); 
+0

确定我会尝试感谢 –

相关问题