<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating a Dynamic Poll with jQuery and PHP</title>
	<atom:link href="http://www.webappers.com/2008/07/25/creating-a-dynamic-poll-with-jquery-and-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webappers.com/2008/07/25/creating-a-dynamic-poll-with-jquery-and-php/</link>
	<description>- Hunting the Best Open Source Resources for Web Developers</description>
	<lastBuildDate>Sat, 07 Nov 2009 19:40:30 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CraigR</title>
		<link>http://www.webappers.com/2008/07/25/creating-a-dynamic-poll-with-jquery-and-php/comment-page-1/#comment-28157</link>
		<dc:creator>CraigR</dc:creator>
		<pubDate>Tue, 25 Aug 2009 23:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1224#comment-28157</guid>
		<description>Even ArturoQ&#039;s edit isn&#039;t making it work for me. The vote totals don&#039;t change.</description>
		<content:encoded><![CDATA[<p>Even ArturoQ&#8217;s edit isn&#8217;t making it work for me. The vote totals don&#8217;t change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmark</title>
		<link>http://www.webappers.com/2008/07/25/creating-a-dynamic-poll-with-jquery-and-php/comment-page-1/#comment-28146</link>
		<dc:creator>webmark</dc:creator>
		<pubDate>Tue, 25 Aug 2009 18:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1224#comment-28146</guid>
		<description>@ ArturoQ

The solution posted doesn´t works here ...
Any sugestion ?</description>
		<content:encoded><![CDATA[<p>@ ArturoQ</p>
<p>The solution posted doesn´t works here &#8230;<br />
Any sugestion ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArturoQ</title>
		<link>http://www.webappers.com/2008/07/25/creating-a-dynamic-poll-with-jquery-and-php/comment-page-1/#comment-26859</link>
		<dc:creator>ArturoQ</dc:creator>
		<pubDate>Wed, 05 Aug 2009 22:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1224#comment-26859</guid>
		<description>For everyone out there uploading this thing and having the votes not logged:

Replace:
$id = $_GET[&#039;vote&#039;] &#124;&#124; $_POST[&#039;vote&#039;];
With:
$id = isset($_GET[&#039;vote&#039;]) ? $_GET[&#039;vote&#039;] : $_POST[&#039;vote&#039;];

and

Replace:
$id = $_GET[&#039;poll&#039;] &#124;&#124; $_POST[&#039;poll&#039;];
With:
$id = isset($_GET[&#039;poll&#039;]) ? $_GET[&#039;poll&#039;] : $_POST[&#039;poll&#039;];</description>
		<content:encoded><![CDATA[<p>For everyone out there uploading this thing and having the votes not logged:</p>
<p>Replace:<br />
$id = $_GET['vote'] || $_POST['vote'];<br />
With:<br />
$id = isset($_GET['vote']) ? $_GET['vote'] : $_POST['vote'];</p>
<p>and</p>
<p>Replace:<br />
$id = $_GET['poll'] || $_POST['poll'];<br />
With:<br />
$id = isset($_GET['poll']) ? $_GET['poll'] : $_POST['poll'];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cool Frek</title>
		<link>http://www.webappers.com/2008/07/25/creating-a-dynamic-poll-with-jquery-and-php/comment-page-1/#comment-25453</link>
		<dc:creator>Cool Frek</dc:creator>
		<pubDate>Thu, 09 Jul 2009 05:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1224#comment-25453</guid>
		<description>Grt</description>
		<content:encoded><![CDATA[<p>Grt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me2</title>
		<link>http://www.webappers.com/2008/07/25/creating-a-dynamic-poll-with-jquery-and-php/comment-page-1/#comment-21503</link>
		<dc:creator>me2</dc:creator>
		<pubDate>Wed, 11 Mar 2009 09:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1224#comment-21503</guid>
		<description>don’t work… doesn’t update votes, always shows the same result.. seen that other pepople have the same problem, no solution yet</description>
		<content:encoded><![CDATA[<p>don’t work… doesn’t update votes, always shows the same result.. seen that other pepople have the same problem, no solution yet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: me</title>
		<link>http://www.webappers.com/2008/07/25/creating-a-dynamic-poll-with-jquery-and-php/comment-page-1/#comment-20011</link>
		<dc:creator>me</dc:creator>
		<pubDate>Fri, 02 Jan 2009 23:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1224#comment-20011</guid>
		<description>don&#039;t work... doesn&#039;t update votes, always shows the same result.. seen that other pepople have the same problem, no solution yet</description>
		<content:encoded><![CDATA[<p>don&#8217;t work&#8230; doesn&#8217;t update votes, always shows the same result.. seen that other pepople have the same problem, no solution yet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IT Freak</title>
		<link>http://www.webappers.com/2008/07/25/creating-a-dynamic-poll-with-jquery-and-php/comment-page-1/#comment-17414</link>
		<dc:creator>IT Freak</dc:creator>
		<pubDate>Mon, 17 Nov 2008 11:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1224#comment-17414</guid>
		<description>certainly,

nettuts.com rocks</description>
		<content:encoded><![CDATA[<p>certainly,</p>
<p>nettuts.com rocks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creando una encuesta dinamica con jQuery y PHP &#124; Seraphinux</title>
		<link>http://www.webappers.com/2008/07/25/creating-a-dynamic-poll-with-jquery-and-php/comment-page-1/#comment-12764</link>
		<dc:creator>Creando una encuesta dinamica con jQuery y PHP &#124; Seraphinux</dc:creator>
		<pubDate>Fri, 25 Jul 2008 12:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/?p=1224#comment-12764</guid>
		<description>[...] NETTUTS &#124; Creating a Dynamic Poll with jQuery and PHP Link:WebAppers &#124; Creating a Dynamic Poll with jQuery and PHP Posts [...]</description>
		<content:encoded><![CDATA[<p>[...] NETTUTS | Creating a Dynamic Poll with jQuery and PHP Link:WebAppers | Creating a Dynamic Poll with jQuery and PHP Posts [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
