in reply to CGI Script calling another
So... what have you done so far, and where exactly are you stuck?
I guess you are probably looking for something as simple as:
if (param('foo')) { # show extra form } else { # show original form }
Cheers,
Darren :)
|
|---|