<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advance Poll - bugs? when run on file.php?id=43"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advance Poll - bugs? when run on file.php?id=43"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advance Poll - bugs? when run on file.php?id=43</title>
				<description><![CDATA[ When I run this program on dynamic file like show.php?id=43 when the number is the curent date from database,  and when i vote i have problem, becouse the variable Id isn't transfer to the page with result, Could anybody help me.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1189/2980.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1189/2980.php</link>
				<pubDate><![CDATA[Wed, 6 Nov 2002 19:49:15]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>I did it.</title>
				<description><![CDATA[ I had a samre problem some time ago - but i managed to solve it. I wrote the problem and the solution to the developers - but hadn't gote even a thanks-note back. As i see now they hadn't done any changes.<br /> <br /> So, here you go:<br /> <br /> The fact is that the redirect command (after voting) does not analize the QUERY_STRING - where are all the page parameters stored. So you get an url cut-off after voting.<br /> <br /> you just need to add .$QUERY_STRING to redirecting header of the script. Now i don't remember were it is exactly - but you can search the phorum for my message or ...<br /> <br /> Oh! look - i found it for you:<br /> <br /> You should edit the file "class_poll.php" &amp; set you poll() function 2 look like this:<br />     function poll() {<br />         global $POLLTBL, $db_connect, $PHP_SELF, $QUERY_STRING;<br />         $this-&gt;tbl = $POLLTBL;<br />         $this-&gt;ip = getenv("REMOTE_ADDR");<br />         $this-&gt;db = $db_connect;<br />         $this-&gt;pollvars = $this-&gt;db-&gt;fetch_array($this-&gt;db-&gt;query("SELECT * FROM ".$this-&gt;tbl['poll_config']));<br />         $this-&gt;pollvars['poll_version'] = "1.7";<br />         $this-&gt;template_set = "default";<br />         $this-&gt;form_forward = "$PHP_SELF?$QUERY_STRING";<br />     }]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1189/2994.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1189/2994.php</link>
				<pubDate><![CDATA[Sat, 9 Nov 2002 17:29:08]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Thanks a lot</title>
				<description><![CDATA[ Thank You, it work, i have to add only to global <br /> $PHP_SELF, $QUERY_STRING;<br /> and change form_forward to<br /> $this-&gt;form_forward = "$PHP_SELF?$QUERY_STRING";<br /> Once again THANK YOU <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1189/3007.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1189/3007.php</link>
				<pubDate><![CDATA[Mon, 11 Nov 2002 11:49:25]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Im glad i was of some help <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1189/3011.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1189/3011.php</link>
				<pubDate><![CDATA[Mon, 11 Nov 2002 16:56:13]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I tried what u said ... but the result keeps opening in the included poll_media.php instead of the media.htm where it was included in <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif"  /><br /> <br /> anybody know how to solve this?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1189/3157.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1189/3157.php</link>
				<pubDate><![CDATA[Sun, 1 Dec 2002 11:58:36]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>