|
-
Jul 17th, 2001, 05:48 PM
#1
Thread Starter
Lively Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|