Hello Guys,
What is the best way to display amazon books/products on a website with PHP?
Thanks, steamboy
Hello Guys,
What is the best way to display amazon books/products on a website with PHP?
Thanks, steamboy
This class probably does the exact thing you need:
http://www.phpclasses.org/browse/package/642.html
It acts as an interface to Amazon's web services API
This is one of the easiest PHP classes I have found to access and display products from the Amazon site.
http://www.phpclasses.org/browse/package/642.html
There is already an example set up in it to help you get started.
The new API : http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=5 This class doesn't work.
Here's an example of display products that I was able to use : http://www.arizonaseoconsultant.net/top-sellers-code/
Another great PHP script that search the store : http://www.chipdir.nl/amazon/ Really nice!