do a search on the forums using the cannot redeclare.... bit
and see if anything comes up, i myself don't know if any fix apart
from its something to do with your version of php, it needs
upgrading or something like that.
Auron
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought)
But after I put the poll on my site I read the readme file
again and it says that I should put the following in the page where
the poll is embedded:
<?php require "poll_cookie.php"; ?>
But I forgot this, and the poll still works fine. Is it really necessary
to put it on my site. And where exactly should I put it in the page,
above the <html> tag?
its not necessary but stops people voting over and over.
If you've already got logging on then that'll stop multiple posts.
but if you wanna save server space switch that off and add that
cookie stuff to the .php file.
It should look somthing like this...
Auron
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought)