<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic ""Poll ID Does Not Exist!""]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic ""Poll ID Does Not Exist!""]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>&quot;Poll ID Does Not Exist!&quot;</title>
				<description><![CDATA[ I can now actually create new polls but when I vote I get "Poll ID Does Not Exist!" displayed. If I then close the window (it's in a pop-up window) and then refresh the (index) page I get the results of the survey as normal. The poll definitely exists.<br /> <br />  <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/627/1606.php</guid>
				<link>https://proxy2.de/forum/posts/preList/627/1606.php</link>
				<pubDate><![CDATA[Mon, 27 May 2002 15:26:30]]> GMT</pubDate>
				<author><![CDATA[ Gandalf]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ please post the url where the poll is installed]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/627/1647.php</guid>
				<link>https://proxy2.de/forum/posts/preList/627/1647.php</link>
				<pubDate><![CDATA[Wed, 29 May 2002 00:10:04]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The link is [url]www.gatewayministries.co.uk/poll5.shtml[/url], and it will open in a pop-up window.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/627/1650.php</guid>
				<link>https://proxy2.de/forum/posts/preList/627/1650.php</link>
				<pubDate><![CDATA[Wed, 29 May 2002 00:20:57]]> GMT</pubDate>
				<author><![CDATA[ Gandalf]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ you can't use the SSI script in JS.<br /> <br /> &lt;SCRIPT&gt;window.open("http://www.gatewayministries.co.uk/poll/poll_ssi.php?poll_id=5",......<br /> <br /> create a new poll and save it as my_poll.php<br /> <br /> [code]<br /> <br /> &lt;?php <br /> include "./poll_cookie.php"; <br /> <br /> /* path */<br /> $poll_path = "/use/the/correct/path/pollphp/db";<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 /> <br /> $CLASS["db"] = new polldb_sql;<br /> $CLASS["db"]-&gt;connect(); <br /> <br /> $php_poll = new poll();<br /> <br /> /* poll */<br /> if (isset($HTTP_GET_VARS['poll_id'])) {<br />    echo $php_poll-&gt;poll_process($HTTP_GET_VARS['poll_id']);<br /> } else {<br />    echo $php_poll-&gt;poll_process("random");<br /> }<br /> <br /> ?&gt;<br /> <br /> [/code]<br /> <br /> and fix your stupid poll5.shtml<br /> <br /> &lt;SCRIPT&gt;window.open("http://www.gatewayministries.co.uk/poll/my_poll.php?poll_id=5",......]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/627/1651.php</guid>
				<link>https://proxy2.de/forum/posts/preList/627/1651.php</link>
				<pubDate><![CDATA[Wed, 29 May 2002 00:31:37]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for your reply, but I don't understand what you mean. <br /> <br /> I created a file called my_poll.php as follows:<br /> <br /> &lt;?php <br /> include "/usr/home/g/a/gateway/public_html/poll/poll_cookie.php"; <br /> <br /> /* path */ <br /> $poll_path = "/usr/home/g/a/gateway/public_html/poll/polldata"; <br /> <br /> require $poll_path."/usr/home/g/a/gateway/public_html/include/config.inc.php"; <br /> require $poll_path."/usr/home/g/a/gateway/public_html/include/$POLLDB[class]"; <br /> require $poll_path."/usr/home/g/a/gateway/public_html/include/class_poll.php"; <br /> <br /> $CLASS["db"] = new polldb_sql; <br /> $CLASS["db"]-&gt;connect(); <br /> <br /> $php_poll = new poll(); <br /> <br /> /* poll */ <br /> if (isset($HTTP_GET_VARS['poll_id'])) { <br />    echo $php_poll-&gt;poll_process($HTTP_GET_VARS['poll_id']); <br /> } else { <br />    echo $php_poll-&gt;poll_process("random"); <br /> } <br /> <br /> ?&gt; <br /> <br /> But get an error when I try. Perhaps you would have a look again? [url]www.gatewayministries.co.uk/poll5.shtml[/url]<br /> <br /> Go easy on me, would ya. Do you need to be rude? I mean, "fix your stupid poll5.shtml". I may not understand this as much as you do, but there's no need to be rude. I'm experimenting and came looking for help, not criticism. Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/627/1653.php</guid>
				<link>https://proxy2.de/forum/posts/preList/627/1653.php</link>
				<pubDate><![CDATA[Wed, 29 May 2002 07:26:52]]> GMT</pubDate>
				<author><![CDATA[ Gandalf]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ why do you use wrong paths ?<br /> <br /> [code]<br /> <br /> &lt;?php <br /> include "/usr/home/g/a/gateway/public_html/poll/poll_cookie.php"; <br /> <br /> /* path */ <br /> $poll_path = "/usr/home/g/a/gateway/public_html/poll"; <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 /> <br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/627/1656.php</guid>
				<link>https://proxy2.de/forum/posts/preList/627/1656.php</link>
				<pubDate><![CDATA[Wed, 29 May 2002 10:49:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for your help. I've sorted the pop-up now. But I can't get the poll to include in a page unless I rename the page with a .php extension, which is a pain when I need to run Server Side Includes on the same page. Can you help with this, please.<br /> <br /> BTW, the poll referred to in previous posts of mine is no longer on line.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/627/1704.php</guid>
				<link>https://proxy2.de/forum/posts/preList/627/1704.php</link>
				<pubDate><![CDATA[Mon, 3 Jun 2002 14:15:14]]> GMT</pubDate>
				<author><![CDATA[ Gandalf]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ you can include the poll in your ssi page if your server is running Apache.<br /> &lt;!--#include virtual="/poll/poll_ssi.php?poll_id=your_poll_id" --&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/627/1718.php</guid>
				<link>https://proxy2.de/forum/posts/preList/627/1718.php</link>
				<pubDate><![CDATA[Tue, 4 Jun 2002 11:17:50]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks, but that is the code I have been using and it still doesn't work.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/627/1746.php</guid>
				<link>https://proxy2.de/forum/posts/preList/627/1746.php</link>
				<pubDate><![CDATA[Thu, 6 Jun 2002 12:07:19]]> GMT</pubDate>
				<author><![CDATA[ Gandalf]]></author>
			</item>
	</channel>
</rss>