<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "archived poll's results doesn't show"]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "archived poll's results doesn't show"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>archived poll's results doesn't show</title>
				<description><![CDATA[ I have been searching website and tried to find solution, but failed. I have a current poll page: poll.php and archived poll page: http://k12blueprint.com/k12/blueprint/poll_archive.php. I follow demo 3 to make this archived poll page. However, When I want to see the archived poll id=5 results, it brings me to:http://k12blueprint.com/k12/blueprint/poll.php?action=results&amp;poll_ident=5<br /> which doesn't show this poll's results. If I click current poll, it shows current poll's results. I am not really familiar with the advanced poll, I have been struggling for a long time. How can it show the archived poll results? Where can I set so that the result of archived poll url will be: "http://k12blueprint.com/k12/blueprint/poll_archive.php?action=results&amp;poll_ident=5" Any help will be greatly appreciated.<br /> Here is code:<br /> [code]&lt;?php<br /> <br /> /* path */<br /> $poll_path =&quot;../poll/db/&quot;;<br /> <br /> <br /> require_once $poll_path.&quot;/include/config.inc.php&quot;;<br /> require_once $poll_path.&quot;/include/$POLLDB&#91;class&#93;&quot;;<br /> require_once $poll_path.&quot;/include/class_poll.php&quot;;<br /> require_once $poll_path.&quot;/include/class_pollcomment.php&quot;;<br /> require_once $poll_path.&quot;/include/class_plist.php&quot;;<br /> $CLASS&#91;&quot;db&quot;&#93; = new polldb_sql;<br /> $CLASS&#91;&quot;db&quot;&#93;-&gt;connect&#40;&#41;;<br /> <br /> $php_poll = new plist&#40;&#41;;<br /> <br /> /* poll */<br /> $php_poll-&gt;set_template_set&#40;&quot;plain&quot;&#41;;<br /> $php_poll-&gt;set_max_bar_length&#40;125&#41;;<br /> $php_poll-&gt;set_max_bar_height&#40;10&#41;;<br /> if &#40;isset&#40;$_GET&#91;'poll_id'&#93;&#41;&#41; &#123;<br />    echo $php_poll-&gt;poll_process&#40;$_GET&#91;'poll_id'&#93;&#41;;<br /> &#125; else &#123;<br />    echo $php_poll-&gt;poll_process&#40;&quot;random&quot;&#41;;<br /> &#125;<br /> <br /> /* poll list */<br /> $php_poll-&gt;set_template&#40;&quot;poll_list&quot;&#41;;<br /> $php_poll-&gt;set_date_format&#40;&quot;m/d/Y&quot;&#41;;<br /> echo $php_poll-&gt;view_poll_list&#40;&#41;;<br /> echo $php_poll-&gt;get_list_pages&#40;&#41;;<br /> <br /> ?&gt;[/code]<br /> <br /> Thanks<br /> <br /> Lynda]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6882/23398.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6882/23398.php</link>
				<pubDate><![CDATA[Fri, 10 Aug 2007 02:09:25]]> GMT</pubDate>
				<author><![CDATA[ lyndalijun]]></author>
			</item>
	</channel>
</rss>