Jump to content

Help Posting Data To Online PHP Script


Recommended Posts

i'm trying to POST data to a php script from my autoit script... can anyone tell me what im doing wrong, and need to do?

Global $LocalIP = "www.site.com"
Global $hw_open = _WinHttpOpen()

$data = __WinHttpURLEncode("&data="&_stringtohex($string))
$hw_connect = _WinHttpConnect($hw_open, $LocalIP)
__WinHttpFormSend($hw_connect, "POST", "script.php", 0, stringlen($data), $data)

_WinHttpCloseHandle($hw_connect)

It doesnt seem to be posting the data correctly, since my PHP script isn't receiving anything

So yeah, i'd appreciate the help.

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...