what if even when the user selects it, nothing about the select arrives in the $_POST?
When I do print_r($_POST); on the other side the output is simply:
Array ( [acao] => add [id] => 3 ) and no sign of the select tag, even when I change the value on the other side;