I'm making a specific program which must have access to a specific CGI script. I 'm using winsock but now I don't know how to handle a CGI script.
How can I insert a CGI script in my program.
Johan
Printable View
I'm making a specific program which must have access to a specific CGI script. I 'm using winsock but now I don't know how to handle a CGI script.
How can I insert a CGI script in my program.
Johan
For the CGI script I just want to post and don't need to get data
Johan
you can open the cgi script in a web browser control:
i.e.
http://mysite.com/thecgi.cgi?name=dave&nick=dasilvy
or at least i think that's how it works
^bump^