<?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"
	>
<channel>
	<title>Comments on: Ajax with PHP using responseXML</title>
	<atom:link href="http://www.ajaxtutorial.net/index.php/2006/02/28/ajax-with-php-using-responsexml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxtutorial.net/index.php/2006/02/28/ajax-with-php-using-responsexml/</link>
	<description>Helping newbies learn AJAX with Tutorials</description>
	<pubDate>Thu, 09 Sep 2010 00:36:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Robert</title>
		<link>http://www.ajaxtutorial.net/index.php/2006/02/28/ajax-with-php-using-responsexml/#comment-4808</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 06 Aug 2008 08:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxtutorial.net/wordpress/?p=2#comment-4808</guid>
		<description>How does one fix the above problem on the local scope. please help, i am getting the same problem</description>
		<content:encoded><![CDATA[<p>How does one fix the above problem on the local scope. please help, i am getting the same problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://www.ajaxtutorial.net/index.php/2006/02/28/ajax-with-php-using-responsexml/#comment-133</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Thu, 30 Nov 2006 21:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxtutorial.net/wordpress/?p=2#comment-133</guid>
		<description>There was a problem with the code in the source-code link, and the demo - it only became apparent once I upgraded tp PHP5.

The problem was the PHP code was refering to the passed in paramaters in the local scope, and not as $_GET['']. Sorry about that folks - it has now been updated and works again. The older version would still have worked if register_globals was on - but we all know that is not the most secure way to code...lol.</description>
		<content:encoded><![CDATA[<p>There was a problem with the code in the source-code link, and the demo - it only became apparent once I upgraded tp PHP5.</p>
<p>The problem was the PHP code was refering to the passed in paramaters in the local scope, and not as $_GET['']. Sorry about that folks - it has now been updated and works again. The older version would still have worked if register_globals was on - but we all know that is not the most secure way to code&#8230;lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stealthkev</title>
		<link>http://www.ajaxtutorial.net/index.php/2006/02/28/ajax-with-php-using-responsexml/#comment-111</link>
		<dc:creator>stealthkev</dc:creator>
		<pubDate>Sat, 30 Sep 2006 17:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxtutorial.net/wordpress/?p=2#comment-111</guid>
		<description>I'm trying out this codes on my local machine where I'm using Apache 1.3 and PHP 5.1.2 but I keep getting the alert box "Response failed." after I clicked on the button. What's wrong? Should I configure the php.ini or httpd.conf files? Please help.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying out this codes on my local machine where I&#8217;m using Apache 1.3 and PHP 5.1.2 but I keep getting the alert box &#8220;Response failed.&#8221; after I clicked on the button. What&#8217;s wrong? Should I configure the php.ini or httpd.conf files? Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stealthkev</title>
		<link>http://www.ajaxtutorial.net/index.php/2006/02/28/ajax-with-php-using-responsexml/#comment-110</link>
		<dc:creator>stealthkev</dc:creator>
		<pubDate>Sat, 30 Sep 2006 17:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxtutorial.net/wordpress/?p=2#comment-110</guid>
		<description>Hi, I'm trying out this codes on my local machine while I'm using Apache 1.3 and PHP 5.1.2 but I keep on getting the alert box with the message "Response failed". I think that there is something I missed. Should I configure the php.ini or httpd.conf files? Please help. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying out this codes on my local machine while I&#8217;m using Apache 1.3 and PHP 5.1.2 but I keep on getting the alert box with the message &#8220;Response failed&#8221;. I think that there is something I missed. Should I configure the php.ini or httpd.conf files? Please help. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mowges</title>
		<link>http://www.ajaxtutorial.net/index.php/2006/02/28/ajax-with-php-using-responsexml/#comment-85</link>
		<dc:creator>mowges</dc:creator>
		<pubDate>Mon, 10 Jul 2006 21:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxtutorial.net/wordpress/?p=2#comment-85</guid>
		<description>your header should be:
header("Content-type: text/xml");</description>
		<content:encoded><![CDATA[<p>your header should be:<br />
header(&#8221;Content-type: text/xml&#8221;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
