<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Poll Modification"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Poll Modification"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Poll Modification</title>
				<description><![CDATA[ I am trying to make the poll dynamic based on a variable set in the path of the page. <br /> <br /> Here is how I'm passing the variable:http://www.xyz.com/poll/db/test.php?ThePollValue=10&amp;ThePollSize=10<br /> <br /> THE PROBLEM:<br /> I get the poll questions, but when I click on "view results" or "vote" I lose the variable value and get the following error: "Poll ID does not exist. "<br /> <br /> Here is the code in my php page:<br /> <br /> &lt;?php<br /> <br /> $string = $_SERVER['QUERY_STRING'] ;<br /> $var = explode("&amp;", $string); <br /> $varA = explode("=", $var[0]); <br /> $ThePollValue = $varA[1];<br /> $ThePollSize = $varA[2];<br /> <br /> $ThePollValuePass = strval($ThePollValue);<br /> <br /> /* path */ <br /> require "./booth.php";<br /> <br /> $php_poll = new poll();<br /> <br /> $php_poll-&gt;set_template_set("plain");<br /> $php_poll-&gt;set_max_bar_length($ThePollSize);<br /> echo $php_poll-&gt;poll_process($ThePollValuePass);  <br /> <br /> ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3119/8277.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3119/8277.php</link>
				<pubDate><![CDATA[Mon, 10 May 2004 08:12:48]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ you need to know the right path that may be is this<br /> <br /> /www/poll/db/booth.php]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3119/8289.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3119/8289.php</link>
				<pubDate><![CDATA[Wed, 12 May 2004 22:58:49]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>