Advanced Poll, Help please!
Posted: Thu 25. Aug 2005, 18:39
I don't understand why is not working I have install Advanced Poll and it's working just fine on the demo3 page http://www.iblibertad.com/encuesta but not on the actual page http://www.iblibertad.com I put the code :
{PHP:iblibertad/encuesta/poll_cookie.php}
<html>
<body>
<?php
include_once "iblibertad/encuesta/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>
ON MY MAIN TEMPLATE, but is not working. I don't understand do I have to place the first code somewhere else?
{PHP:iblibertad/encuesta/poll_cookie.php}
<html>
<body>
<?php
include_once "iblibertad/encuesta/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>
ON MY MAIN TEMPLATE, but is not working. I don't understand do I have to place the first code somewhere else?