Invoke cgi from cgi script

joshzeidner at my-deja.com joshzeidner at my-deja.com
Fri Oct 8 17:48:57 EDT 1999


  Well you cannot just launch the script because it expects its input
values to be in the query string.  You can do an HTTP post command with
a socket and get the result values from the script.

  I think what you are doing is more complicated than you think... :)


  -josh z


 have two cgi scripts.  I need to invoke the other cgi script from
> the first cgi script.  How should I do this?
>
> Thanks
> Gopal
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>


Sent via Deja.com http://www.deja.com/
Before you buy.




More information about the Python-list mailing list