Hi, I am very new to php and have a pretty basic question. I have a cgi poll I want to run on my current site. My server does not have ssi, so I chose to use php to include newspro and such. But I do not know the code (if ther is one) to execute a cgi file inside a php page.
I tried
<?php execute("/home/sites/site30/web/cgi-bin/poll.cgi"); ?>
and it did not work. Any help would be greatly appreciated!