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 
Site ? for Poll  XML
Forum Index » Support Forum
Author Message
Anonymous



this is my code for the page:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Poll</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?php require "poll_cookie.php";?>
<?php
// Important! You have to include it before your html code
include_once "/usr/local/psa/mysite.com/httpdocs/poll/poll_cookie.php";
?><html>
<body>
<?php
include_once "/usr/local/psa/mysite.com/httpdocs/poll/booth.php";
echo $php_poll->poll_process(1);
?>
</body>
</html>
</body>
</html>


I get this error though when I vote and hit submit:

Warning: Cannot add header information - headers already sent by (output started at /usr/local/psa/mysite.com/httpdocs/poll/poll2.php: in /usr/local/psa/mysite.com/httpdocs/poll/poll_cookie.php on line 21


Please help...
Anonymous



try it like this...


<?php
// Important! You have to include it before your html code
include_once "/usr/local/psa/mysite.com/httpdocs/poll/poll_cookie.php";
?>

<html>

<head>
<title>Poll</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<?php
include_once "/usr/local/psa/mysite.com/httpdocs/poll/booth.php";
echo $php_poll->poll_process(1);
?>
</body>

</html>
Anonymous



It works great now Thanks much
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum