Visual Poll via PHP

I have a code that is an outside set up of the poll i wish to use in a .php format. I need to place the poll in a particular section in my html table. How do I call in the script?

I’ve been trying along the lines of :

<?
include(“poll.php”);
?>

but it’s not working and i cant figure it out as i hardly ever use php. Please help.