Re: [PHP] calling a cgi script from php

2002-07-16 Thread Jason Wong
On Wednesday 17 July 2002 07:57, [EMAIL PROTECTED] wrote: > Hello , > > I am trying to call a cgi script from a PHP script and get it to return > some data. > I am using the script below but it does not seam to work. > The cgi script (or I should say function) I am trying to call is in a > perl pm

RE: [PHP] calling a cgi script from php

2002-07-16 Thread John Holmes
How about using the virtual() function? www.php.net/virtual ---John Holmes... > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 7:57 PM > To: php-general > Subject: [PHP] calling a cgi script from php > > Hel

[PHP] calling a cgi script from php

2002-07-16 Thread rdkurth
Hello , I am trying to call a cgi script from a PHP script and get it to return some data. I am using the script below but it does not seam to work. The cgi script (or I should say function) I am trying to call is in a perl pm file. I have include a copy of the function I am trying to call. Does