browse by tag: Amazon
sort by
Accessing Amazon Product Advertising API
in PHP added by goodphptutorials, on 26/5/2010 Amazon advanced tutorials oo programming php5 web service
In this post we will see how to access the Amazon Product Advertising API from PHP. Amazon has recently changed (from 15th Aug '09) the authentication mechanism for accessing their API which must now be signed with your Amazon keys
comment save reportPHP and the Cloud
in PHP added by CalEvans, on 1/4/2009 Amazon cloud computing
Cloud computing refers to the utilization of shared, elastic resources and processing power accessed via the Internet. In some ways, it hails the reversion to the golden age of time-sharing but with significant improvements to the distribution philosophies underlying the delivery infrastructure. So, analogously, we now have the shared wonders of Hyde Park, where everyone and anyone can chill on the bench, throw some Frisbee, instead of having to financially pool money to buy a private park to shoot rabbits.
2 comments save reportUploading files to Amazon S3 with REST API
in PHP added by AnyExample, on 31/5/2007 Amazon S3 advanced tutorials php upload
An example of command line non-interactive php script which uploads file to Amazon S3 (Simple Storage Service). Additional libraries like HMAC-SHA1 are not required.
comment save report