<?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: Ajax requests using jQuery and PHP</title>
	<atom:link href="http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/</link>
	<description>Read about Website Development, Online Marketing and Web Hosting</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:27:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: C3s4r</title>
		<link>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/#comment-127437</link>
		<dc:creator>C3s4r</dc:creator>
		<pubDate>Wed, 22 Jun 2011 13:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=797#comment-127437</guid>
		<description>Excellent! I was looking for a simple introducing ajax tutorial  since i want to load data for a search engine on the same page. Works great! Thanks.
Note: Sorry for my English but is not my natural language.</description>
		<content:encoded><![CDATA[<p>Excellent! I was looking for a simple introducing ajax tutorial  since i want to load data for a search engine on the same page. Works great! Thanks.<br />
Note: Sorry for my English but is not my natural language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/#comment-127117</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Tue, 26 Apr 2011 18:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=797#comment-127117</guid>
		<description>Hi Mark,
just use the example code from the tutorials, that why I write them. Of course you need to learn a little bit PHP (if you don&#039;t like to learn, you can hire a &lt;a href=&quot;http://www.finalwebsites.com/php_web_development_jobs.php&quot; rel=&quot;nofollow&quot;&gt;PHP freelancer&lt;/a&gt;)</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
just use the example code from the tutorials, that why I write them. Of course you need to learn a little bit PHP (if you don&#8217;t like to learn, you can hire a <a href="http://www.finalwebsites.com/php_web_development_jobs.php" >PHP freelancer</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/#comment-127116</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 26 Apr 2011 15:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=797#comment-127116</guid>
		<description>hi Olaf
I tried both tutorials but I cant get either to work.Could you forward me some sample code.It&#039;s for a non-commercial blog.I would really appreciate it.</description>
		<content:encoded><![CDATA[<p>hi Olaf<br />
I tried both tutorials but I cant get either to work.Could you forward me some sample code.It&#8217;s for a non-commercial blog.I would really appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/#comment-127095</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Thu, 21 Apr 2011 20:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=797#comment-127095</guid>
		<description>Hi Mark,
do you tried both tutorials? (please continue @ the forum)</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
do you tried both tutorials? (please continue @ the forum)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark H</title>
		<link>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/#comment-127094</link>
		<dc:creator>Mark H</dc:creator>
		<pubDate>Thu, 21 Apr 2011 14:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=797#comment-127094</guid>
		<description>Hi just wondering if anyone got the code working. have tried to implement, maybe I need to change the json response to xml? Any ideas could someone email working code?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi just wondering if anyone got the code working. have tried to implement, maybe I need to change the json response to xml? Any ideas could someone email working code?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/#comment-125630</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Thu, 10 Feb 2011 21:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=797#comment-125630</guid>
		<description>Hello gecko,

yes you can build your navigation inside the PHP code.
Check this php snippet to learn how those navigation works (it&#039;s all about limits and start numbers)
http://www.finalwebsites.com/snippets.php?id=37

on the same site is also a php pagination class if you need the numbers (you should use the class, the snippet is just for better understanding)</description>
		<content:encoded><![CDATA[<p>Hello gecko,</p>
<p>yes you can build your navigation inside the PHP code.<br />
Check this php snippet to learn how those navigation works (it&#8217;s all about limits and start numbers)<br />
<a href="http://www.finalwebsites.com/snippets.php?id=37" >http://www.finalwebsites.com/snippets.php?id=37</a></p>
<p>on the same site is also a php pagination class if you need the numbers (you should use the class, the snippet is just for better understanding)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gecko</title>
		<link>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/#comment-125617</link>
		<dc:creator>gecko</dc:creator>
		<pubDate>Tue, 08 Feb 2011 04:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=797#comment-125617</guid>
		<description>how to make multi number page result?

Can it done via flickr API?</description>
		<content:encoded><![CDATA[<p>how to make multi number page result?</p>
<p>Can it done via flickr API?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/#comment-124163</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Tue, 07 Dec 2010 14:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=797#comment-124163</guid>
		<description>The DIV container with the ID called &quot;result&quot; is used to show the returned values from the Ajax request</description>
		<content:encoded><![CDATA[<p>The DIV container with the ID called &#8220;result&#8221; is used to show the returned values from the Ajax request</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahid</title>
		<link>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/#comment-123961</link>
		<dc:creator>shahid</dc:creator>
		<pubDate>Sat, 04 Dec 2010 05:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=797#comment-123961</guid>
		<description>Hi i am trying to understand this code but why we use id=&quot;result&quot;</description>
		<content:encoded><![CDATA[<p>Hi i am trying to understand this code but why we use id=&#8221;result&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olaf</title>
		<link>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/#comment-123262</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Thu, 25 Nov 2010 06:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.web-development-blog.com/?p=797#comment-123262</guid>
		<description>Hi, do you tried the demo?</description>
		<content:encoded><![CDATA[<p>Hi, do you tried the demo?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 26/36 queries in 0.021 seconds using disk: basic
Object Caching 474/478 objects using disk: basic
Content Delivery Network via cdn.web-development-blog.com

Served from: www.web-development-blog.com @ 2012-02-08 10:30:28 -->
