griphon Posted June 30, 2004 Report Share Posted June 30, 2004 Olá a todos,Quero enviar variáveis através do método post, como faço?Estou enviando por get assim:images.php?form=0&id=1 Quote Link to comment Share on other sites More sharing options...
0 Fabyo Posted June 30, 2004 Report Share Posted June 30, 2004 Isso que você ta mostrando no exemplo é pelo metodo GETdai você pega os valores assim:$form = $_GET["form"];$id = $_GET["id"];por POST se faz assim: <input type="form" name="form" value = "0"> <input type="form" name="id" value = "1"> Quote Link to comment Share on other sites More sharing options...
Question
griphon
Olá a todos,
Quero enviar variáveis através do método post, como faço?
Estou enviando por get assim:
Link to comment
Share on other sites
1 answer 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.