C
cathrl69
Guest
Okay, I know how to call a cgi script when a form is submitted. I even know how to decide which cgi script to call based on which button is pressed.
But is there any way I can call two separate cgi scripts on two separate sites with the same form information, when the user submits the form? I need to send the same information in two separate formats to two different servers, and I'd rather be able to use both cgi scripts as-is rather than have to edit both a single one and a combined one if things change (there are also times when I want to call only one of the scripts).
Thanks!
But is there any way I can call two separate cgi scripts on two separate sites with the same form information, when the user submits the form? I need to send the same information in two separate formats to two different servers, and I'd rather be able to use both cgi scripts as-is rather than have to edit both a single one and a combined one if things change (there are also times when I want to call only one of the scripts).
Thanks!