Results 1 to 2 of 2
  1. #1

    Question Communicating with CGI Scripts

    Is there some way you know of -- whether it be through CGI scripting, application programming, FTP, etc. -- to setup a program to interact with a CGI form? Specifically, I would like to automatically run a form repeatedly with different sets of data each time and save the results to a file. Any help you can provide would be great. Thanks.

    Ben Phillips

  2. #2
    Join Date
    Nov 2001
    Location
    Russia
    Posts
    3
    yes, it's enough easy
    If I understand you right...
    You can use CGI-script (e.g. written in PHP).You should call that form:
    http://host/formresult.html?field1=d...ield2=data2...
    where field1,field2 - form fields
    and data1,data2 - data that you want to submit to the form.
    And you can read output from that cgi-form.
    So just look at php function fopen...

Posting Permissions

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