I've got a poll in cgi and I want to execute it on the page. Now, with SSI, I would just use: <!-- #include virtual="/poll/poll.cgi" --> but with php, <? include("/path/to/site/poll/poll.cgi"); ?> doesn't work... it just displays the script... what am I doing wrong?