send data to PHP using .vbs
i need a .vbs script to read the contents of a f开发者_运维技巧ile, and send it with POST or GET to an online hosted php been browsing the entire website, didnt find any solution can anyone help ? curl.exe is not usefull in my case
Write a script in VBS and execute using cscript. Here's a page with lots of examples: http://www.paulsadowski.com/wsh/xmlhttp.htm
精彩评论