sstevens
12-02-2002, 06:47 PM
I'm trying to execute a CGI script from another CGI. I can type, for example,
---------------------------
exec 'http://forums.webdeveloper.com/newthread.php';
---------------------------
but I am not able to type
---------------------------
exec 'http://forums.webdeveloper.com/newthread.php?action=newthread';
---------------------------
Does anyone know a command that will let you do that?
Thanks!
---------------------------
exec 'http://forums.webdeveloper.com/newthread.php';
---------------------------
but I am not able to type
---------------------------
exec 'http://forums.webdeveloper.com/newthread.php?action=newthread';
---------------------------
Does anyone know a command that will let you do that?
Thanks!