Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

one submit button 2 scripts

Status
Not open for further replies.

jrgweb

Technical User
Feb 21, 2002
1
US
I want to process 2 cgi scripts with one submit button. Is this possbile and if so how?
 
If you are using Perl, you just require the second script.
Like this: require("otherscript"); //Daniel
 
Or
Code:
do "otherscript";
Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Send form contents to two scripts with one Button:

I've been searching for a while, looking for a way to do this, these two methods here look promising, but can anyone explain exactly what the syntax would be? Where would I put this "otherscript"?

I'll be very appreciative if anyone can enlighten us all on this issue...

Most sincerely,
David Henry

If you are using Perl, you just require the second script. Like this: require("otherscript");

//Daniel
tsdragon (Programmer) Feb 21, 2002
Or do "otherscript";
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top