Re: [PHP] inline CGI

2002-04-21 Thread Werner de Schepper

Hello Rasmus,

Thank you.
Actually I did try the virtual function before and but the perl didn't seem
to produce any output. Now I looked better: I switched of all warnings,
including the request execution failed warning!!!

Greetings Werner

"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> virtual()
>
> On Sun, 21 Apr 2002, Werner de Schepper wrote:
>
> > Hello,
> >
> > I like to include the html-output of a perl script in my php-page. The
perl
> > script is on the same server as the php file, so I use de passthru(
> > [docroot/path/perl-file] ) function to include de html output of the
script
> > in my php page.
> > Basicly yhis works fine, but I don't know how to pass parameters to this
> > script. normally  the perl script is executed by
> > http://website/path/perl-file?paramA=A¶mB=B. I have to pass those
> > parameters in order to get the right html output.
> >
> > Any help would be appreciated.
> >
> > Werner
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] inline CGI

2002-04-21 Thread Rasmus Lerdorf

virtual()

On Sun, 21 Apr 2002, Werner de Schepper wrote:

> Hello,
>
> I like to include the html-output of a perl script in my php-page. The perl
> script is on the same server as the php file, so I use de passthru(
> [docroot/path/perl-file] ) function to include de html output of the script
> in my php page.
> Basicly yhis works fine, but I don't know how to pass parameters to this
> script. normally  the perl script is executed by
> http://website/path/perl-file?paramA=A¶mB=B. I have to pass those
> parameters in order to get the right html output.
>
> Any help would be appreciated.
>
> Werner
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] inline CGI

2002-04-21 Thread Werner de Schepper

Hello,

I like to include the html-output of a perl script in my php-page. The perl
script is on the same server as the php file, so I use de passthru(
[docroot/path/perl-file] ) function to include de html output of the script
in my php page.
Basicly yhis works fine, but I don't know how to pass parameters to this
script. normally  the perl script is executed by
http://website/path/perl-file?paramA=A¶mB=B. I have to pass those
parameters in order to get the right html output.

Any help would be appreciated.

Werner



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php