I am trying to execute a perl CGI from within a PHP script. I have
tried the following notation without success.
<?php include("http://" . $_SERVER['SERVER_NAME'] .
"/somedir/afile.cgi"); ?>
The CGI works on it's own without problems. Is this a limitation of
PHP?
Thanks,
w i l l
tried the following notation without success.
<?php include("http://" . $_SERVER['SERVER_NAME'] .
"/somedir/afile.cgi"); ?>
The CGI works on it's own without problems. Is this a limitation of
PHP?
Thanks,
w i l l
Comment