Preserved Topic: perl and php on the same page? |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Mpls, MN |
posted 03-06-2002 00:52
I finally managed to get my webserver running with perl and php, and .htaccess. I was testing things out and I cam across a question. Perhaps someone could assist me. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 03-06-2002 08:13
You can call CGI scripts from PHP pages by using virtual() function, which is equivalent to <!--#include virtual...--> in SSI... |
Bipolar (III) Inmate From: Mpls, MN |
posted 03-06-2002 16:03
Thanks, Max. Now on to installing MySQL. Wish me luck. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-06-2002 21:56
I had to do something similar with a PHP shopping service when I integrated our payment service. I ended up using an exec command to call a perl script which returned data to my php. |