Re: [PHP] Get info to a perl script and then continue without going to that perl script.

2001-03-26 Thread Matt Friedman
get the full info. Matt Friedman - Original Message - From: "Chris Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 7:25 AM Subject: Re: [PHP] Get info to a perl script and then continue without going to that perl script. > > >

Re: [PHP] Get info to a perl script and then continue without going to that perl script.

2001-03-26 Thread Chris Lee
you want to just execute the perl script? use http://php.net/manual/en/function.exec.php $return = exec("/pathtocgi/script.cgi VAR1 VAR2 &"); if you want the data returned, its in $return. -- Chris Lee [EMAIL PROTECTED] ""Brandon Orther"" <[EMAIL PROTECTED]> wrote in message [EMAIL P

[PHP] Get info to a perl script and then continue without going to that perl script.

2001-03-26 Thread Brandon Orther
Hello, I have a script that takes information and sends it to a cgi script using the header("location: http://www.domain.com/script.cgi?var1=VAR1&var2=VAR2"). Is there a way for my script to send info to a cgi script but then keep the person connected to the php script and not get the results of