James Posted June 21, 2009 Posted June 21, 2009 Spider, you should put a "SIMPLE KNOWLEDGE OF PHP REQUIRED!" notice somewhere... Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
hunt Posted November 9, 2010 Posted November 9, 2010 (edited) GtaSpider, you forgot to add in POST - "Content-Type: application/x-www-form-urlencoded". Without this post query don't works. Edited November 9, 2010 by hunt
FireFox Posted November 9, 2010 Posted November 9, 2010 (edited) ok 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 Br, FireFox. Edited November 9, 2010 by FireFox
Mat Posted November 10, 2010 Posted November 10, 2010 Heres an alternative I did a while ago for someone using the winhttp.winhttprequest object: AutoIt Project Listing
Proph Posted November 15, 2010 Posted November 15, 2010 Heres an alternative I did a while ago for someone using the winhttp.winhttprequest object: Thanks Mat!!! That was exactly what I needed!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now