Posted 13 December 2015 - 06:26 AM
How do you use http.post() to send data to a server? Basically, I have a PHP script that will interact with a database depending on the data it's given; how do I give it data?
http.post("yoursite.com", "postdata=whatever&morepostdata=blahblah")
yoursite.com?postdata=whatever&morepostdata=blahblah
http.post("minerobbercc.x10host.com/cc-scripts/sm-suite.php", "oper=blah")