Hi, I am trying to put some information on my site using the Alexa web information service, and I get a little confused accessing the information.
Amazon gives this as its test script (obviously not php):
Sample Request
The following UrlInfo example demonstrates how to make a REST request.
http://awis.amazonaws.com/onca/xml?Service=AlexaWebInfoService
&Operation=UrlInfo
&AWSAccessKeyId=[Your Access Key ID]
&Signature=[signature]
&Timestamp=[timestamp used in signature]
&Url=[Valid URL]
&ResponseGroup=[Valid Response Group]
So my question is, how do I use php to interact with the REST example above???
Thank you very much for your help!