Hey, I've been fooling around with the socket functions, but I still haven't had any luck... I've tried fopen, fsocketopen, along with fgets and fputs...
<p>
What I want to do is create a program that accesses another program that's on the web. And gives it some query string values:
<p>
IE: I want to access http://www.tightwadsmith.com/test.php?a=tight&b=wadsmith
How would I do so? I don't need to get any output or anything; I just need to send the program some data.<p>
Thanks,<br>
Emmitt