Re: cgi script efficiently invoking another cgi script

2000-04-04 Thread darren chamberlain
B&T ([EMAIL PROTECTED]) said something to this effect: > Assume you roughly have a one-to-one between scripts and web pages. > How do you write a script to display its own web page or efficiently > invoke another script/page? Redirect is slow. Can you exec, i.e. > can a cgi script exec another i

cgi script efficiently invoking another cgi script

2000-04-03 Thread
Assume you roughly have a one-to-one between scripts and web pages. How do you write a script to display its own web page or efficiently invoke another script/page? Redirect is slow. Can you exec, i.e. can a cgi script exec another in it's own place? For example: Suppose you write a "login" scr