<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "view result doesn't show up in archive page"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "view result doesn't show up in archive page"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>view result doesn't show up in archive page</title>
				<description><![CDATA[ I follow demo_3.php  example to make  my archive page, but one problem is that I don't want a poll show up at the archive page unless the poll is clicked. <br /> For example, I'd like to have a list of polls, when user click one poll title, the poll show up. I thought I took this part code  [code]else &#123;<br />    echo $php_poll-&gt;poll_process&#40;&quot;random&quot;&#41;;<br /> &#125;[/code] from demo_3.php, the code became [code]$poll_path = dirname&#40;__FILE__&#41;;<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 /> <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;simple&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;<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;;[/code], however, when I click a poll, a poll shows up, that is good, but when click the view result, the archive page doesn't show any results, it just shows the polls list, can anyone tell me how to solve the problem? Your advice appreciated. You can go to this page to check the problem: [url]http://www.k12blueprint.com/k12/blueprint/poll_archives.php[/url]<br /> <br /> Best Regards<br /> Lynda]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6914/23484.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6914/23484.php</link>
				<pubDate><![CDATA[Tue, 11 Sep 2007 22:44:37]]> GMT</pubDate>
				<author><![CDATA[ lyndalijun]]></author>
			</item>
	</channel>
</rss>