RANIEL NOGUEIRA Posted September 27, 2012 Report Share Posted September 27, 2012 (edited) Pessoal já pesquisei em vários lugares mais não encontrei, como pegar um VALUE de um OPTION de SELECT e transformar em variavel. Edited September 27, 2012 by RANIEL NOGUEIRA Quote Link to comment Share on other sites More sharing options...
0 ESerra Posted September 27, 2012 Report Share Posted September 27, 2012 $_POST['nome_do_select'] -> Isso irá retornar o value que estiver selecionado no momento do post do formulário. Quote Link to comment Share on other sites More sharing options...
0 RANIEL NOGUEIRA Posted September 30, 2012 Author Report Share Posted September 30, 2012 Olá amigo consegui fiz assim:$sexo = $_POST['sexo']; if ($sexo == "M"){ //Executa comando } elseif ($sexo == "F"){ //Executa comando } Quote Link to comment Share on other sites More sharing options...
Question
RANIEL NOGUEIRA
Pessoal já pesquisei em vários lugares mais não encontrei, como pegar um VALUE de um OPTION de SELECT e transformar em variavel.
Edited by RANIEL NOGUEIRALink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.