Gossamer Forum
Home : Products : DBMan : Installation :

calling db.cgi within another cgi script

Quote Reply
calling db.cgi within another cgi script
I have built a website which allows me to manage club membership through a protected website (stored in a cgi-bin). This script redirects all html request to a hidden secure site (under CGI-Bin). as such, this script hides the the directory of my membership site without anyone knowing it's directory.

I have been playing around with your dbman scripts and found it to be a fantastic way in which to collect and store membership information. The only problem is that I can't seem to run the db.cgi script directly through my existing cgi script which protects my hidden directory. Instead, it spews out the entire db.cgi codes into the browser instead of running it as a script. Is there a way to make a cgi script run within a cgi script???


Thanks
Quote Reply
Re: calling db.cgi within another cgi script In reply to
Hi David

Have you tried an exec or system call?

-JO