nekv Posted March 29, 2010 Posted March 29, 2010 I have made this script to send POST to a php which save me the POST information to a txt file. When I send post by a previus submit form it works perfectly but when I use this script it doesn't work. #include<HTTP.au3> $connect = _HTTPConnect("http://X.com") $post = _HTTPPost("http://X.com", "/save.php", $connect, "content="&@ComputerName)
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