php to translate GET request to POST request
Posted
by DennyHalim
on Stack Overflow
See other posts from Stack Overflow
or by DennyHalim
Published on 2010-03-12T11:59:15Z
Indexed on
2010/03/12
12:07 UTC
Read the original article
Hit count: 197
php
i have a hosted script somewhere that only accept POST request. example, some.hosted/script.php
how can i setup another simple php that can accept GET request and then POST it to the hosted script. so that i can put up a link like this: other.site/post2hostedscript.php?postthis=data and then it POST postthis=data to the hosted script.
tnx
© Stack Overflow or respective owner