Author |
Message |
|
I know you are helping me beyoud help itself. I was also wondering if there is a way i can hide the result after voting.
There is 28 poll of voting... i want each to hide the result until i reveal them.
Thanks
Jnice
|
|
|
EMAILED REQUEST....
Thanks
|
|
|
I have tried everything and created a new php with the code. this the code i am using
<?php
// Important! You have to include it before your html code
include_once "/home/slmtocom/public_html/votingpoll/poll_cookie.php";
?>
<html>
<body>
<?php
include_once "/home/slmtocom/public_html/votingpoll/booth.php";
echo $php_poll->poll_process(4);
?>
</body>
</html>
This is the error i am getting....
Warning: Cannot modify header information - headers already sent by (output started at /home/slmtocom/public_html/votingpoll/voteme.php:5) in /home/slmtocom/public_html/votingpoll/poll_cookie.php on line 21
Thanks
Jnice
|
|
|
I created a poll included it in a php layout. Everything looks good when i attemt to vote i got an error.
Warning: Cannot modify header information - headers already sent by (output started at /home/slmtocom/public_html/awards/vote.php:7) in /home/slmtocom/public_html/votingpoll/poll_cookie.php on line 21
Can someone please help.
Thanks
Jnice
|
|
|