<?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: Amazon: PHP API</title>
	<atom:link href="http://austingulati.com/2009/08/amazon-php-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://austingulati.com/2009/08/amazon-php-api/</link>
	<description>Web Developer and Designer</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:36:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Austin</title>
		<link>http://austingulati.com/2009/08/amazon-php-api/comment-page-1/#comment-4544</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Mon, 25 Apr 2011 00:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=1345#comment-4544</guid>
		<description>Glad to hear that!</description>
		<content:encoded><![CDATA[<p>Glad to hear that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirza Tauseef</title>
		<link>http://austingulati.com/2009/08/amazon-php-api/comment-page-1/#comment-2494</link>
		<dc:creator>Mirza Tauseef</dc:creator>
		<pubDate>Tue, 21 Dec 2010 01:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=1345#comment-2494</guid>
		<description>Hmmm, Thanks that worked for me.</description>
		<content:encoded><![CDATA[<p>Hmmm, Thanks that worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://austingulati.com/2009/08/amazon-php-api/comment-page-1/#comment-846</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Mon, 05 Jul 2010 12:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=1345#comment-846</guid>
		<description>@Jim

Thanks for being a grammar Nazi!</description>
		<content:encoded><![CDATA[<p>@Jim</p>
<p>Thanks for being a grammar Nazi!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim E. Jam</title>
		<link>http://austingulati.com/2009/08/amazon-php-api/comment-page-1/#comment-842</link>
		<dc:creator>Jim E. Jam</dc:creator>
		<pubDate>Thu, 24 Jun 2010 18:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=1345#comment-842</guid>
		<description>&quot;on your configuration file&quot;

I tried putting it &quot;ON&quot; my config file, but nothing happened.

Then I put it &quot;IN&quot; my file and it worked.</description>
		<content:encoded><![CDATA[<p>&#8220;on your configuration file&#8221;</p>
<p>I tried putting it &#8220;ON&#8221; my config file, but nothing happened.</p>
<p>Then I put it &#8220;IN&#8221; my file and it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://austingulati.com/2009/08/amazon-php-api/comment-page-1/#comment-114</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Mon, 07 Sep 2009 20:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=1345#comment-114</guid>
		<description>@David

There was a typo in the demo. Are things working now?</description>
		<content:encoded><![CDATA[<p>@David</p>
<p>There was a typo in the demo. Are things working now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://austingulati.com/2009/08/amazon-php-api/comment-page-1/#comment-113</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 07 Sep 2009 19:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=1345#comment-113</guid>
		<description>great, except it doesnt work.. or at least the copy and paste method for your examples wasn&#039;t what you wanted us to do</description>
		<content:encoded><![CDATA[<p>great, except it doesnt work.. or at least the copy and paste method for your examples wasn&#8217;t what you wanted us to do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://austingulati.com/2009/08/amazon-php-api/comment-page-1/#comment-101</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Mon, 24 Aug 2009 12:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=1345#comment-101</guid>
		<description>Remi, there are two examples in the post. I&#039;ll explain things a little better, though.

&lt;pre&gt;&lt;?php

	$am = new AmazonHandler;

	$nodes = $am-&gt;request( &#039;AmazonMethod&#039;, array(
		&#039;ParameterOne&#039; =&gt; 10,
		&#039;ParameterTwo&#039; =&gt; 41
	) );

?&gt;&lt;/pre&gt;
Just replace &#039;AmazonMethod&#039; with the name of an Amazon method (&lt;a href=&quot;http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;) and then fill the parameters array with any parameters. I hope that helped!</description>
		<content:encoded><![CDATA[<p>Remi, there are two examples in the post. I&#8217;ll explain things a little better, though.</p>
<pre>&lt;?php

	$am = new AmazonHandler;

	$nodes = $am->request( 'AmazonMethod', array(
		'ParameterOne' => 10,
		'ParameterTwo' => 41
	) );

?&gt;</pre>
<p>Just replace &#8216;AmazonMethod&#8217; with the name of an Amazon method (<a href="http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/" rel="nofollow">here</a>) and then fill the parameters array with any parameters. I hope that helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remi Turcotte</title>
		<link>http://austingulati.com/2009/08/amazon-php-api/comment-page-1/#comment-100</link>
		<dc:creator>Remi Turcotte</dc:creator>
		<pubDate>Mon, 24 Aug 2009 04:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=1345#comment-100</guid>
		<description>can you give an example on how to use it ?</description>
		<content:encoded><![CDATA[<p>can you give an example on how to use it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://austingulati.com/2009/08/amazon-php-api/comment-page-1/#comment-84</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Fri, 14 Aug 2009 13:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=1345#comment-84</guid>
		<description>Oh, I see. Thanks, Raphael. I don&#039;t see any disadvantages of leaving it compatible with PHP4, though.

Thanks, Make! You obviously know where this is coming from. :)</description>
		<content:encoded><![CDATA[<p>Oh, I see. Thanks, Raphael. I don&#8217;t see any disadvantages of leaving it compatible with PHP4, though.</p>
<p>Thanks, Make! You obviously know where this is coming from. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raphael Stolt</title>
		<link>http://austingulati.com/2009/08/amazon-php-api/comment-page-1/#comment-83</link>
		<dc:creator>Raphael Stolt</dc:creator>
		<pubDate>Fri, 14 Aug 2009 11:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://gulati.info/?p=1345#comment-83</guid>
		<description>As far as I can tell he&#039;s referring to line 5 in amazon.php, where you use var to define the class properties instead of the suitable visibility keywords private or protected.</description>
		<content:encoded><![CDATA[<p>As far as I can tell he&#8217;s referring to line 5 in amazon.php, where you use var to define the class properties instead of the suitable visibility keywords private or protected.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

