I need to insert all variables sent with post, they were checkboxes each representing an user.
If I use GET I get something like this:
?19=on&25=
Why not this, it's easy:
extract($_POST);