Hi guys,
I want to make a simple website for showing people which actors play in what movies together. I am planning on using the following API for getting the movie information :
http://api.themoviedb.org/2.1
It return an XML file and my question is how do I manipulate and visualize this XML file?? Can I do it using PHP or is it easier with JS... ?
I have no idea on how to get started...
Thank you.