<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Problems with Poll voting on eg: page.php?article=13"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Problems with Poll voting on eg: page.php?article=13"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Problems with Poll voting on eg: page.php?article=13</title>
				<description><![CDATA[ Hi all! <br /> to start with, I love Advanced Poll on my pages!<br /> unfortunately I have a problem with it...<br /> I use the poll on all of my pages, and for example on my php page : "page.php?article=13" I add a parameter (article=13) to read a certain article. Now when someone on that page uses the poll to vote, they return to "page.php" afterwards withouth the "article=13" with it. <br /> <br /> this is a problem for me because when people vote, they don't return to the same article... do you know how I can fix this easily? Or can't it be done?<br /> <br /> thanks a lot in advance!!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3632/10527.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3632/10527.php</link>
				<pubDate><![CDATA[Thu, 23 Sep 2004 04:18:53]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ this post can be closed...<br /> i solved it as follows:<br /> <br /> if (isset($_SERVER['QUERY_STRING']))<br /> 		{		<br /> 		$fullURL = "http://{$_SERVER['HTTP_HOST']}{$_SERVER['PHP_SELF']}?{$_SERVER['QUERY_STRING']}";<br /> 		$this-&gt;form_forward = $fullURL;<br /> 		}<br /> 		else<br /> 		{<br /> 		//print $fullURL;<br /> 		$this-&gt;form_forward = basename($HTTP_SERVER_VARS['PHP_SELF']);<br /> 		//JORRE<br /> 		}]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3632/10541.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3632/10541.php</link>
				<pubDate><![CDATA[Thu, 23 Sep 2004 17:55:17]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Good work <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /><br /> I was looking on how to solve this for some1 else.<br /> <br /> One prob. You need to make it a bit more intuitive and understandable for people to read and use.<br /> <br /> Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3632/10544.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3632/10544.php</link>
				<pubDate><![CDATA[Thu, 23 Sep 2004 20:02:06]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>still stumped</title>
				<description><![CDATA[ which file did you add this script to?  booth.php?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3632/19745.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3632/19745.php</link>
				<pubDate><![CDATA[Thu, 23 Feb 2006 23:04:56]]> GMT</pubDate>
				<author><![CDATA[ Leggman]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Do a search in all the poll files for: $this-&gt;form_forward.<br /> Then post the code of that section before modifying it.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3632/19747.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3632/19747.php</link>
				<pubDate><![CDATA[Thu, 23 Feb 2006 23:27:49]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Just off the top of my head you could just use<br /> <br /> $querystring = (isset($_SERVER['QUERY_STRING'])) ? '?' . $_SERVER['QUERY_STRING'] : '';<br /> $this-&gt;form_forward = $_SERVER['PHP_SELF'] . $querystring;<br /> <br /> of course for the sake of those poor saps still using a prehistoric version of PHP we should use $HTTP_SERVER_VARS and not $_SERVER]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3632/19748.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3632/19748.php</link>
				<pubDate><![CDATA[Fri, 24 Feb 2006 01:03:59]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I posted soemthing similar to this (I think) last night.  Can someone who is good at this stuff be more specific as to how you make the change?  My site forwards me to the actual page (footer.php) instead of staying on the page it came from (index.php) so it loses all of its design and formatting.  Any additional help would be appreciated because the instructions in this thread are way to vague for a beginner like me.  Thank you so much!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3632/19805.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3632/19805.php</link>
				<pubDate><![CDATA[Sun, 5 Mar 2006 17:39:51]]> GMT</pubDate>
				<author><![CDATA[ caminator]]></author>
			</item>
	</channel>
</rss>