your poll script is very very nice... but i have a problem my cookie block doen't work.... Why ? lol
i have the 2.02 version and i call my poll by an other page >>> poll.php with that in
>>>
<?php
// Important! You have to include it before your html code
include_once "/home/krazy/www/special_poll/poll_cookie.php";
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- style page (start) -->
<link href="style/style.css" rel="stylesheet" type="text/css">
<!-- style page (end) -->
</head>
<body>
<?php
include_once "/home/krazy/www/special_poll/booth.php";
echo $php_poll->poll_process(5); // x = Poll ID
?>
</body>
</html>