<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "A different Advanced Poll problem--help"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "A different Advanced Poll problem--help"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>A different Advanced Poll problem--help</title>
				<description><![CDATA[ [b]Now I may be really dumb but I can't get this to work. My installation was thru Fantastico using CPanel. I can create a poll etc in the admin panel but when I go to my URL address assigned to view the poll, I get this:[/b]<br /> <br /> Demo 1 Demo 2 Demo 3 Demo 4 Demo 5 Demo 6 <br /> <br /> --------------------------------------------------------------------------------<br /> <br /> &lt;?php <br /> /* Include this before your html code */<br /> include "./poll_cookie.php"; <br /> ?&gt;<br /> <br /> --------------------------------------------------------------------------------<br /> &lt;?php<br /> <br /> /* path */ <br /> $poll_path = "/home/tsesyeit/public_html/advpoll";<br /> <br /> require $poll_path."/include/config.inc.php";<br /> require $poll_path."/include/$POLLDB[class]";<br /> require $poll_path."/include/class_poll.php";<br /> $CLASS["db"] = new polldb_sql;<br /> $CLASS["db"]-&gt;connect(); <br /> <br /> $php_poll = new poll();<br /> <br /> /* the first poll */ <br /> echo $php_poll-&gt;poll_process(1);<br /> <br /> <br /> /* the second poll */<br /> $php_poll-&gt;set_template_set("simple");<br /> $php_poll-&gt;set_max_bar_length(80); <br /> echo $php_poll-&gt;poll_process(2);<br /> <br /> <br /> /* the third poll */<br /> $php_poll-&gt;set_template_set("popup");<br /> if ($php_poll-&gt;is_valid_poll_id(3)) {<br />     echo $php_poll-&gt;display_poll(3);<br /> } <br /> <br /> ?&gt;<br />      Poll ID 1 does not exist.  Poll ID 2 does not exist.   <br />     <br /> [b]Unfortunately, I don't have a clue what to do from here. I have read Auron's posts but they don't seem to apply.<br /> <br /> Help<br /> <br /> Don[/b]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3822/11524.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3822/11524.php</link>
				<pubDate><![CDATA[Sun, 7 Nov 2004 20:09:39]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Did you read them really???<br /> <br /> You include the poll on your page those are just the demo polls that get <br /> installed with advanced poll. There are loads of threads where i've explained <br /> how to include the poll on your page.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3822/11525.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3822/11525.php</link>
				<pubDate><![CDATA[Sun, 7 Nov 2004 20:35:05]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>