Re: [PHP] I want to execute a cgi

2001-03-25 Thread David Robley

On Sat, 24 Mar 2001 14:58, Brandon Orther wrote:
 Hello,

 I have a cgi that I run in telnet by doing this:

 perl /script/cgi-script.cgi name=cgi+script purpose=test

 is there a way I can run a cgi script and pass it variables?

 Thanks
 Brandon

Check the Program execution functions; exec, system or the backtick 
operator should do what you want.

-- 
David Robley| WEBMASTER  Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet| http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] I want to execute a cgi

2001-03-23 Thread Brandon Orther

Hello,

I have a cgi that I run in telnet by doing this:

perl /script/cgi-script.cgi name=cgi+script purpose=test

is there a way I can run a cgi script and pass it variables?

Thanks
Brandon



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]