Auron wrote:Have a look at the demo on this site or go to your poll's admin panel then the last option on the menu at the top (far right) you should get some example code to use with the full path to the poll files already filled in.
you mean all this script is already correct?
<?php
// Important! You have to include it before your html code
include_once "/homepages/25/d158218381/htdocs/poll/poll_cookie.php";
?>
<html>
<body>
<?php
include_once "/homepages/25/d158218381/htdocs/poll/booth.php";
echo $php_poll->poll_process(7);
?>
</body>
</html>
I thought there would be a reference to my website somewhere in there.
Thanks