2016-11-16 54 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

確定我會嘗試感謝 –

相關問題