Results 1 to 2 of 2

Thread: Posting to a CGI script

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    1

    Question

    I am making a text messager app for my computer and previously it simply followed a URL and tacked the message otop the end of the URL lalong with the phone number in a certain format, but now times have chanegd and the site requires users to login etc etc and I now cannot use my old cheat method from a VB app and instead want to post all the necessary data tothe CGI script. Does anyone know how I can do this or even a component that might be able to help me!! Go easy, I am quite a newbie to internet programming!
    A. Rees

  2. #2
    Addicted Member Razzle's Avatar
    Join Date
    Jan 2000
    Location
    Berlin, Germany
    Posts
    161

    use the Inet1 control

    You can use the Microsoft Internet Transfer Control to post to a cgi script.
    just use
    Code:
    Inet1.OpenURL "http://www.mypage.com/cgi-bin/myscript.cgi?somedata=idontknow&somemoredata=istilldontknow&evenmoredata=forgetit"
    Razzle
    ICQ#: 31429438
    What is the difference between a raven?
    -The legs. The length is equal, especially the right one.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width