yock Posted August 25, 2006 Share Posted August 25, 2006 Hi all,I am running PHP5 on an Apache server and the PHP is run as CGI. My host has disabled the virtual() function for security reasons. What I need to do is include a CGI script from within my PHP files. I dont have the option to use an shtml page due to the configuration of my site. I would prefer to somehow include the CGI script in the PHP files. Thanks for the help.-Yock Link to comment https://forums.phpfreaks.com/topic/18663-virtual-function-disabled-need-suggestions/ Share on other sites More sharing options...
ober Posted August 25, 2006 Share Posted August 25, 2006 How would you normally go about including a CGI script? If you're looking for a way to call a script from PHP, I'd suggest looking at the filesystem functions which allow you to make command-line type calls. Link to comment https://forums.phpfreaks.com/topic/18663-virtual-function-disabled-need-suggestions/#findComment-80442 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.