paulodias Posted May 2, 2015 Report Share Posted May 2, 2015 Sou novato no php estou com um problema o quey string não funciona no form action. <form name="cadCliente" method="post" action="index.php?pg=anuncieOk" enctype="multipart/form-data"> Quote Link to comment Share on other sites More sharing options...
0 wootzor Posted May 2, 2015 Report Share Posted May 2, 2015 Como assim, não funciona? Não passa o parâmetro? Quote Link to comment Share on other sites More sharing options...
0 paulodias Posted May 2, 2015 Author Report Share Posted May 2, 2015 (edited) Wootzor Em link ele funciona, Só não funciona no form action Edited May 3, 2015 by paulodias Quote Link to comment Share on other sites More sharing options...
0 paulodias Posted May 2, 2015 Author Report Share Posted May 2, 2015 (edited) o codio da query foreach ($_REQUEST as $___opt => $___val){ $$___opt = $___val; } if(empty($pg)){ include("nav/home.php"); } elseif( substr($pg, 0, 4 ) == 'http' or substr($pg, 0, 1) == "/" or substr($pg, 0, 1) == "."){ echo 'A pagina não existe. Por favor selecione uma pagina a partir do menu Principal.'; }else { include("nav/$pg.php"); } ?> o problema esta no get_magic_quotes_gpc, que se encontra em um script criado pelo Dreamweaver.. quando eu removo o script o quary string funciona Edited May 5, 2015 by paulodias Quote Link to comment Share on other sites More sharing options...
Question
paulodias
Sou novato no php estou com um problema o quey string não funciona no form action.
<form name="cadCliente" method="post" action="index.php?pg=anuncieOk" enctype="multipart/form-data">
Link to comment
Share on other sites
3 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.