<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Two polls with different databases"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Two polls with different databases"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Two polls with different databases</title>
				<description><![CDATA[ I have two installs of the Advanced Poll for my own reasons and when they're both on the same page the second one doesn't show up and stops any code past it from showing.<br /> <br /> Top of the page I have:<br /> <br /> [code]<br /> &lt;?php <br /> /* Include this before your html code */<br /> include_once &quot;/home/mateina/public_html/month/poll_cookie.php&quot;;<br /> include_once &quot;/home/mateina/public_html/poll/poll_cookie.php&quot;;<br /> ?&gt;<br /> [/code]<br /> <br /> Part of a main page:<br /> <br /> [code]<br /> &lt;?php <br /> include_once &quot;/home/mateina/public_html/month/booth.php&quot;; <br /> $php_poll-&gt;set_template_set&#40;&quot;plain&quot;&#41;;<br /> $php_poll-&gt;set_max_bar_length&#40;90&#41;; <br /> $php_poll-&gt;set_max_bar_height&#40;3&#41;;<br /> echo $php_poll-&gt;poll_process&#40;&quot;newest&quot;&#41;; <br /> ?&gt;<br /> [/code]<br /> <br /> On the right hand side of the page:<br /> <br /> [code]<br /> &lt;?php <br /> include_once &quot;/home/mateina/public_html/poll/booth.php&quot;; <br /> $php_poll-&gt;set_template_set&#40;&quot;simple&quot;&#41;;<br /> $php_poll-&gt;set_max_bar_length&#40;90&#41;; <br /> $php_poll-&gt;set_max_bar_height&#40;3&#41;;<br /> echo $php_poll-&gt;poll_process&#40;&quot;random&quot;&#41;; <br /> ?&gt;<br /> [/code]<br /> <br /> Any idea why it would not show the second one I've listed here?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7402/25156.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7402/25156.php</link>
				<pubDate><![CDATA[Mon, 8 Mar 2010 18:08:50]]> GMT</pubDate>
				<author><![CDATA[ mateinastate]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Because when you call the file from the other directory it overwrites all the variables and functions from the first one. You would have to actually get in there and start editing function names and so on.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7402/25157.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7402/25157.php</link>
				<pubDate><![CDATA[Tue, 9 Mar 2010 09:30:04]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
	</channel>
</rss>