Everything seems to be set up correctly but I am having a problem testing it out. I am able to vote but am unable to get it to return me to the vote page. Here is an example:
<!-- m --><a class="postlink" href="http://sublimediversion.com/phpPolls/index.php3">http://sublimediversion.com/phpPolls/index.php3</a><!-- m -->
I think the problem might be with this part of the code:
// setup a form
echo "<form action=\"$poll_baseURL/phpPollCollector.php3\" method=\"post\">";
echo "<input type=\"hidden\" name=\"poll_id\" value=http://www.phpbuilder.com/board/archive/index.php/\"".$poll_id."\">";
echo "<input type=\"hidden\" name=\"poll_forwarder\" value=\"".$poll_forwarder."\">";
<!-- m --><a class="postlink" href="http://sublimediversion.com/phpPolls/index.php3">http://sublimediversion.com/phpPolls/index.php3</a><!-- m -->
I think the problem might be with this part of the code:
// setup a form
echo "<form action=\"$poll_baseURL/phpPollCollector.php3\" method=\"post\">";
echo "<input type=\"hidden\" name=\"poll_id\" value=http://www.phpbuilder.com/board/archive/index.php/\"".$poll_id."\">";
echo "<input type=\"hidden\" name=\"poll_forwarder\" value=\"".$poll_forwarder."\">";