Hello
I have a problem including cgi-scripts in my php-site: The main page loads different php-files and the cgi-script using the "virtual"-method.
The problem is that the cgi is not being executed but the php-file seems to reload itself a lot of times, I have a "box-in-a-box"-effect with the code which is included before the virtual()-call. Is it possible to execute a cgi-script from php and let the parser continue in the php-file after the execution? I have also tried "require", but this method only displays the perl-code and shows the following error-message: "open_basedir restriction in effect. File is in wrong directory".
Thanks for your help!
Malte