If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: eschamp
Forum Index » Profile for eschamp » Messages posted by eschamp
Author Message
I'd like to add a "view comments" button to the voting results page of my poll. Is there existing code for that?

Thanks.
I have the code

<?php
include_once "correct path to poll_cookie.php";
?>

at the top of my poll PHP page (gatehousepoll.php), yet I get an error message when I try to vote:

Warning: Cannot modify header information - headers already sent by (output started at correct path to gatehousepoll.php:11) in correct path to poll_cookie.php on line 21

Can someone help please? Thanks.
I want to poll separately on each of several questions.

The possible responses will be the same for each question but each poll should be tallied individually.

What I'm doing is making a statement (one for each poll) and asking people to choose either "strongly agree", "agree", "neither", disagree", or "strongly disagree".

Is there any way to avoid creating an identical poll (as far as AP is concerned) for each?

Can I lay out all of the polls on a single web page and have just one VOTE button for the entire page?

Thanks.
 
Forum Index » Profile for eschamp » Messages posted by eschamp
Go to:   
Based on the open source JForum