<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Problem mit der Cookie Funktion von Advanced Poll!"]]></title>
		<link>https://proxy2.de/forum/posts/list/4.php</link>
		<description><![CDATA[Latest messages posted in the topic "Problem mit der Cookie Funktion von Advanced Poll!"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Problem mit der Cookie Funktion von Advanced Poll!</title>
				<description><![CDATA[ Folgende Fehlermeldung erscheint nach der Abstimmung:<br /> <br /> [quote]Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/48410/www.ue-lux.de/index.php:30) in /is/htdocs/48410/www.ue-lux.de/poll/poll_cookie.php on line 21<br />  <br /> [/quote]<br /> <br /> Leider weiss ich nicht woran dies liegt<br /> <br /> folgenden php code habe ich in der index.php<br /> [quote]&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 = 12; // 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 />         [u][b]setcookie($cookie_name, "luxpoll2", $endtime);[/b][/u]<br />     }<br /> }<br /> <br /> ?&gt;[/quote]<br /> <br /> ich habe die ROW 21 mal dick markiert! <br /> Ich hoffe dsa mir hier jemand sagen kann warum diese Fehlermeldung erscheint , und natürlich, wie ich diese beheben kann... <br /> <br /> bin am Ende mit meinem Latein  <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2287/5995.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2287/5995.php</link>
				<pubDate><![CDATA[Thu, 21 Aug 2003 13:01:51]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ach damn<br /> das forum hier kann man echt inner pief roche....<br /> hier postet ja eh niemand mal was]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2287/6097.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2287/6097.php</link>
				<pubDate><![CDATA[Thu, 28 Aug 2003 15:51:47]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>