<?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: Simple AJAX Commenting System</title>
	<atom:link href="http://tutorialzine.com/2010/06/simple-ajax-commenting-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Wed, 16 May 2012 02:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Commentor</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-23749</link>
		<dc:creator>Commentor</dc:creator>
		<pubDate>Mon, 14 May 2012 14:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-23749</guid>
		<description>Yup something like this very comments box (the one used for the real comments in the site) is what we&#039;re looking for :D</description>
		<content:encoded><![CDATA[<p>Yup something like this very comments box (the one used for the real comments in the site) is what we're looking for :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-23600</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 01 May 2012 16:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-23600</guid>
		<description>Hey, can you provide some insight as to how it went with WordPress? Did you do nested comments?</description>
		<content:encoded><![CDATA[<p>Hey, can you provide some insight as to how it went with WordPress? Did you do nested comments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-23399</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 19 Apr 2012 21:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-23399</guid>
		<description>For anyone who&#039;s having trouble using this as multi pages, playing around with the script, I&#039;ve been able to figure it out.

In the form, set a hidden field with a name of your choice (I used &quot;product_id&quot;) and I set the value to the ID that&#039;s found in the site url.  (For each of my products, it has a unique ID number. I just used the $_GET[&#039;id&#039;] fuction for PHP to store it as value in my hidden field.)

In your mysql table, add a new field to store the page values. (I called mines product_id.)

Then, open up the submit.php document. In the mysql_query function, add the field name into the grouping and then in its corresponding place for the values, put &#039;&quot;.$_POST[&#039;product_id&#039;].&quot;&#039;, replacing &#039;product_id&#039; with the name of the hidden value field on your form.

This did the trick for me. I hope it helps you out too.</description>
		<content:encoded><![CDATA[<p>For anyone who's having trouble using this as multi pages, playing around with the script, I've been able to figure it out.</p>
<p>In the form, set a hidden field with a name of your choice (I used &quot;product_id&quot;) and I set the value to the ID that's found in the site url.  (For each of my products, it has a unique ID number. I just used the $_GET['id'] fuction for PHP to store it as value in my hidden field.)</p>
<p>In your mysql table, add a new field to store the page values. (I called mines product_id.)</p>
<p>Then, open up the submit.php document. In the mysql_query function, add the field name into the grouping and then in its corresponding place for the values, put '&quot;.$_POST['product_id'].&quot;', replacing 'product_id' with the name of the hidden value field on your form.</p>
<p>This did the trick for me. I hope it helps you out too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-23312</link>
		<dc:creator>Gene</dc:creator>
		<pubDate>Fri, 13 Apr 2012 15:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-23312</guid>
		<description>This script beautifully combines with this captcha: &lt;a href=&quot;http://www.myjqueryplugins.com/QapTcha&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;
Demo here:  &lt;a href=&quot;http://lifeinaday.ru/comments/&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This script beautifully combines with this captcha: <a href="http://www.myjqueryplugins.com/QapTcha" rel="nofollow">link</a><br />
Demo here:  <a href="http://lifeinaday.ru/comments/" rel="nofollow">link</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forumwt</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-23260</link>
		<dc:creator>Forumwt</dc:creator>
		<pubDate>Tue, 10 Apr 2012 10:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-23260</guid>
		<description>First thanks for the great tutorials here,
I&#039;m make this to work on my site ,but there is any chance to make links clickable in comments?</description>
		<content:encoded><![CDATA[<p>First thanks for the great tutorials here,<br />
I'm make this to work on my site ,but there is any chance to make links clickable in comments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drak</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-23199</link>
		<dc:creator>drak</dc:creator>
		<pubDate>Fri, 06 Apr 2012 22:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-23199</guid>
		<description>sorry i should be more specific 
if i leave the page then come back to it the existing comments don&#039;t appear anymore
the problem is this bit of code i don&#039;t know how to send that to the .tpl file

foreach($comments as $c){
	echo $c-&gt;markup();
}

sorry for being dumb but i would really love this to work , i have it working with unique page id&#039;s and getting the users avatar off my site not off gravatar with a default avatar showing if they haven&#039;t uploaded 1 , comments appear correctly when you enter them it&#039;s just they aren&#039;t there when i come back to the page any help would be greatly appreciated thanks</description>
		<content:encoded><![CDATA[<p>sorry i should be more specific<br />
if i leave the page then come back to it the existing comments don't appear anymore<br />
the problem is this bit of code i don't know how to send that to the .tpl file</p>
<p>foreach($comments as $c){<br />
	echo $c-&gt;markup();<br />
}</p>
<p>sorry for being dumb but i would really love this to work , i have it working with unique page id's and getting the users avatar off my site not off gravatar with a default avatar showing if they haven't uploaded 1 , comments appear correctly when you enter them it's just they aren't there when i come back to the page any help would be greatly appreciated thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drak</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-23150</link>
		<dc:creator>drak</dc:creator>
		<pubDate>Wed, 04 Apr 2012 11:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-23150</guid>
		<description>being new to this i wonder if it could be added to my site , the problem i see is I use .tpl files for the layout , how to i get it to work with php and tpl&#039;s? any help would be greatly appreciated</description>
		<content:encoded><![CDATA[<p>being new to this i wonder if it could be added to my site , the problem i see is I use .tpl files for the layout , how to i get it to work with php and tpl's? any help would be greatly appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenneth</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-23131</link>
		<dc:creator>kenneth</dc:creator>
		<pubDate>Tue, 03 Apr 2012 20:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-23131</guid>
		<description>Could you please give me a simple way to get a url that is in the below format from a jquery or web browser.

index.php?id=1&amp;user=grace&amp;go=yes

The major problem that i have been facing is that, if a user submits a url the is in that formation in a comment, from here &amp;user=grace&amp;go=yes will be lost

Can you help me on how to get the complete index.php?id=1&amp;user=grace&amp;go=yes submitted in a comment? I am working on a different comment system and not this yours</description>
		<content:encoded><![CDATA[<p>Could you please give me a simple way to get a url that is in the below format from a jquery or web browser.</p>
<p>index.php?id=1&amp;user=grace&amp;go=yes</p>
<p>The major problem that i have been facing is that, if a user submits a url the is in that formation in a comment, from here &amp;user=grace&amp;go=yes will be lost</p>
<p>Can you help me on how to get the complete index.php?id=1&amp;user=grace&amp;go=yes submitted in a comment? I am working on a different comment system and not this yours</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pogo</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-23040</link>
		<dc:creator>Pogo</dc:creator>
		<pubDate>Fri, 30 Mar 2012 09:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-23040</guid>
		<description>Once again, I need a nice tutorial for a small project im doing and your site has it. Awesome work Martin, keep it up!</description>
		<content:encoded><![CDATA[<p>Once again, I need a nice tutorial for a small project im doing and your site has it. Awesome work Martin, keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albin</title>
		<link>http://tutorialzine.com/2010/06/simple-ajax-commenting-system/#comment-22945</link>
		<dc:creator>Albin</dc:creator>
		<pubDate>Tue, 27 Mar 2012 10:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=990#comment-22945</guid>
		<description>You would need to have an unique ID for every page that uses this comment script. Then you can tell the script to only list comments with the specific ID</description>
		<content:encoded><![CDATA[<p>You would need to have an unique ID for every page that uses this comment script. Then you can tell the script to only list comments with the specific ID</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 356/356 objects using apc
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2012-05-16 18:10:31 -->
