Hi,
Is there a way to access information from the Itunes Database.
For example, lets say a product on the Apple AppStore has an ID of 337617836.
is there a way to fetch the title, description and pictures related to that App via PHP?
Thanks.
If they have an API for it, it's easy. If not, you'd have to open their store with an existin ID and then check the web page to see if you can determine where the info you want is found. If you can determine this throuh the markup, then you could use DOM to get the things you need.
HI
It is possible, use curl with php. And if you are not good with curl I have another solution, I don't know if it's appropriate to write here but Adobe Air is a great tool to do this kind of stuff. It has html control where you can login and extract any information needed. Obviously the advantage is that you dont have to worry about the composing the correct http requests. If you want to give it a try i can surely help you out. Regards Ahsan