Results 1 to 1 of 1

Thread: Posting Cgi

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2001
    Posts
    60
    How can i use this module that i found and have attached to perform a true post to some where like lycos my current code is:

    Dim serv As String
    Dim scripts As String
    Dim ret As String

    SplitAddr "http://www.lycos.co.uk/cgi-bin/pursuit", serv, scripts

    ret = PostInfo(serv, scripts, "query=CHRIS")

    MsgBox ret 'That just displays all the html for now

    my problem is that although query = chris it doesnt post the data so i end up with a please enter a search string when i save the file as a htm pls help
    Last edited by TeamKiller; Mar 11th, 2001 at 12:02 PM.
    What is Life? One big dream or one Big nightmere.

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