Ulrich wrote:Mine doesn't work either. I've enabled PHP. Two questions:
1. In
<?php
/* Include this before your html code */
include "./poll_cookie.php";
?>
do you substitute the relative path to poll_cookie.php for "./poll_cookie.php"?
2. The script text seems to be set up for the db version. What do you use for the textfile version? I've looked and can't find anything in the files I downloaded.
Thanks!
1. use the full path
You can get it from the admin
2. It doesn't matter what you use
textfile and db use the same config
<body leftmargin="0" topmargin="0">
---------------------------------------------------------------------------------
AFTER HEAD AND BEFORE BODY.
who know problem ?
if i insert cookie in some HTML.
in refresh say error :
Warning: Cannot add header information - headers already sent by (output started at /www/htdocs/s-test/vitoto/dc/admin/test.htm:7) in /www/htdocs/s-test/vitoto/dc/poll/db/poll_cookie.php on line 21
I need to remove the votes number at the bottom of the Poll, I simply want to use the percentage for each poll question and not have the vote totals at the bottom of page...
What should I change to do this in the scritps..