Jump to content

InetGetSource with Post string


 Share

Recommended Posts

  • 1 year later...

ok :graduated:

I try to get with PHP:

echo $HTTP_POST[$test];

and your program, but not arrive the return :(

You should first learn php ^^

$test="test";
echo $_POST[$test];

And the post field:

URL: page.php?test=
Au3 Func: test=

@GtaSpider

Nice work, I've thought to do that some months ago but I've done it in VB.NET which has a library for this.

GtaSpider, you forgot to add in POST - "Content-Type: application/x-www-form-urlencoded". Without this post query don't works.

Yeah, He's right :D

Br, FireFox.

Edited by FireFox
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...