<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Adv. Poll Help"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Adv. Poll Help"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Adv. Poll Help</title>
				<description><![CDATA[ Hello! I think i looked every topic according adv. poll, but didn't find any type of my problem. So. I have a gallery, which information is stored in MySQL DB. And i want to put a VOTE button under every photo. By clicking on it, a popup window pops up (  :roll:  ) and the vote appears there. BUT! I don't want to make for every photo a photoid.php file! I want to have one file, which will work for every photo. I've tried to modify the source code like this:<br />  [code]&lt;?php<br /> // Important! You have to include it before your html code<br /> include_once &quot;/mnt/local/home/zasranec/poll.hungarianstreets.ws/ap/poll_cookie.php&quot;;<br /> ?&gt;<br /> <br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;style type=&quot;text/css&quot;&gt;<br /> body&#123;<br /> margin-top&#58;0px;<br /> margin-left&#58;0px;<br /> &#125;<br /> &lt;/style&gt;<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> $id = $_GET&#91;'id'&#93;;<br /> include_once &quot;/mnt/local/home/zasranec/poll.hungarianstreets.ws/ap/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;$id&#41;;<br /> ?&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;[/code]<br /> but it didn't work. I mean, that it showed the adv.vote's index page, where user can choose his answer and vote. but when i click vote, i have the next error message:<br /> [quote]Poll ID  does not exist.[/quote]<br /> please, help me! how can i do it?<br /> <br /> my [b]second[/b] question is, how can i make comments public?<br /> <br /> [b]best regards: Aliii[/b]  :arrow:]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7107/24096.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7107/24096.php</link>
				<pubDate><![CDATA[Mon, 23 Jun 2008 00:02:49]]> GMT</pubDate>
				<author><![CDATA[ thCAli]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i've solved it. just had to modify the /include/class_poll.php file too..[code]line 43 &#58;         $this-&gt;form_forward = basename&#40;$HTTP_SERVER_VARS&#91;'PHP_SELF'&#93;.'?id='.$_GET&#91;'id'&#93;&#41;;<br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7107/24097.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7107/24097.php</link>
				<pubDate><![CDATA[Tue, 24 Jun 2008 15:14:47]]> GMT</pubDate>
				<author><![CDATA[ thCAli]]></author>
			</item>
	</channel>
</rss>