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 
Problem with advanced Poll  XML
Forum Index » Support Forum
Author Message
Anonymous



Hello

having a problem with the advanced poll cookies :
this is what i have in my index.htm :
<html>
<head>
<title>Untitled</title>
</head>
<body>
<?php require "c:/phpdev3/www/poll/db/poll_cookie.php";

require "c:/phpdev3/www/poll/db/booth.php";
echo $php_poll->poll_process(4);
?>

</body>
</html>

But i still get the error Warning: Cannot add header information - headers already sent by

can anyone help me pls

thnx
Anonymous



<?php require "c:/phpdev3/www/poll/db/poll_cookie.php"; ?>
<html>
<head>
<title>Untitled</title>
</head>
<body>

<?php
require "c:/phpdev3/www/poll/db/booth.php";
echo $php_poll->poll_process(4);
?>

</body>
</html>
Anonymous



rename your index.htm file to index.PHP
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum