elpower
07-17-2001, 08:05 PM
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
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