Interfacing VB with CGI scripts
Hi Guys,
I am looking for a way to send messages to a web server running CGI/ PERL scripts.
instead of using my web browser to go to the website and enter my information.
I would like to do this in VB6.0
Is there a way to do this?
Example:
<html>
using the form post method >
<html>
<form action="cgi-bin/post.cgi" method="post">
<input name="phonenumber" type="text" size=10>
<input name="sms" type="text" size=30>
</form>
</HTML>
click on the submit button and info is posted to the server.
I am sure using Winsock this can be achieved.
please let me know your findings.
Thanks in advance.
Elpower
hi how to to this in vb.net?
the same i try too
i want with vb.net to "fill out" a form and send the values with POST back to the server.
but how?