<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "advance poll"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "advance poll"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>advance poll</title>
				<description><![CDATA[ Okay... I have installed advance poll on my website... But now whenever I vote I get...<br /> Warning: Cannot modify header information - headers already sent by (output started at /home/goodwin2/public_html/index.php:6) in /home/goodwin2/public_html/poll/poll_cookie.php on line 21<br /> So... I went into my poll_cookie.php and it says...<br /> &lt;?php<br /> /**<br />  * ----------------------------------------------<br />  * this code is optional<br />  * Important! You have to include it <br />  * before your html code<br />  * ----------------------------------------------<br />  */<br /> <br /> $cookie_expire = 96; // hours<br /> <br /> $action = (isset($HTTP_GET_VARS['action'])) ? $HTTP_GET_VARS['action'] : '';<br /> $action = (isset($HTTP_POST_VARS['action'])) ? $HTTP_POST_VARS['action'] : $action;<br /> $poll_ident = (isset($HTTP_GET_VARS['poll_ident'])) ? $HTTP_GET_VARS['poll_ident'] : '';<br /> $poll_ident = (isset($HTTP_POST_VARS['poll_ident'])) ? $HTTP_POST_VARS['poll_ident'] : $poll_ident;<br /> <br /> if ($action=="vote" &amp;&amp; (isset($HTTP_POST_VARS['option_id']) || isset($HTTP_GET_VARS['option_id']))) {<br />     $cookie_name = "AdvancedPoll".$poll_ident;<br />     if (!isset($HTTP_COOKIE_VARS[$cookie_name])) {<br />         $endtime = time()+3600*$cookie_expire;<br />         setcookie($cookie_name, "1", $endtime);<br />     }<br /> }<br /> <br /> ?&gt;<br /> <br /> I was wondering if anything was wrong with this php code... If someone has the answer... I would love to know!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4605/15995.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4605/15995.php</link>
				<pubDate><![CDATA[Tue, 10 May 2005 22:20:15]]> GMT</pubDate>
				<author><![CDATA[ goodwin24]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Search, using this...<br /> <br /> [code]Warning&#58; Cannot modify header information - headers already sent[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4605/15996.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4605/15996.php</link>
				<pubDate><![CDATA[Wed, 11 May 2005 00:50:00]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>