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
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