Hi all, I want to create an Amazon website using PHP and Amazon API. is there any tutorial for creating amazon api along with php? I mean connecting to amazon database and sorting the items by the string that I set in. and to make it connected with my amazon affiliate id. I want to make something similar to: http://tinyurl.com/3bva49h
These are the closest I could find for you: http://www.phpclasses.org/package/642-PHP-A-PHP-XML-class-to-access-Amazon-API-they-released.html http://zendframework.com/manual/en/zend.service.amazon.html But I'm sure they can tell you more on the Amazon forums
Why not use wordpress with some shopping cart that links to your amazon affiliate? I think it would save loads of time and hassle. Just a thought ...
I found Amazon ECS (now replaced by APAI-IO) to be the easiest to work with when querying Amazon's product catalog. You can find it on github.