2016-11-16 5 views

Répondre

1

Essayez ceci:

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

ok je vais essayer merci –