<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "I have installed Advanced Poll"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "I have installed Advanced Poll"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>I have installed Advanced Poll</title>
				<description><![CDATA[ But i cant get the poll to be show on my main web site...<br /> <br /> I have the folowing code for the site i have it on...<br /> <br /> &lt;?php<br /> // Important! You have to include it before your html code<br /> include_once "/home/techtvzo/public_html/poll/db/poll_cookie.php";<br /> ?&gt;<br /> <br /> &lt;html&gt;<br /> &lt;body bgcolor="#3F5268" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" topmargin="0"&gt;<br /> &lt;?php<br /> include_once "/home/techtvzo/public_html/poll/db/booth.php";<br /> echo $php_poll-&gt;poll_process(4);<br /> ?&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> <br /> Is there any thing wroung with it... and the poll i need to show up is poll ID #4<br /> <br /> Thanks RaPTeR]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1243/3091.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1243/3091.php</link>
				<pubDate><![CDATA[Fri, 22 Nov 2002 17:18:07]]> GMT</pubDate>
				<author><![CDATA[ RaPTeR]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I think you're missing some code, not sure thou<br /> This is what i have to display my poll:<br /> <br /> [code]<br /> &lt;?php <br /> /* Include this before your html code */<br /> include &quot;poll_cookie.php&quot;; <br /> ?&gt;<br /> [/code]<br /> <br /> And this in the body:<br /> [code]<br /> &lt;?php<br /> <br /> /* path */ <br /> $poll_path = &quot;/your/path/here&quot;;<br /> <br /> require $poll_path.&quot;/include/config.inc.php&quot;;<br /> require $poll_path.&quot;/include/$POLLDB&#91;class&#93;&quot;;<br /> require $poll_path.&quot;/include/class_poll.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 poll&#40;&#41;;<br /> <br /> /* the first poll */ <br /> echo $php_poll-&gt;poll_process&#40;4&#41;;<br /> ?&gt;<br /> [/code]<br /> <br /> kin<br /> [url]http://livenlog.be.tf[/url]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1243/3108.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1243/3108.php</link>
				<pubDate><![CDATA[Sun, 24 Nov 2002 23:56:09]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>think I have the solution...</title>
				<description><![CDATA[ make sure the page ends with *.php not *.html]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1243/3123.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1243/3123.php</link>
				<pubDate><![CDATA[Wed, 27 Nov 2002 20:29:48]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>