I want to get data from this URL: http://livingsocial.com/cities.atom
. Each time I hit this URL the browser get stuck. I tried to hit it directly, through curl, and by file_get_contents()
but the result is same.
This URL sends a huge Xml which I have to get and collect the desired information from it and save it in database.
Please help me in accomplishing this task or at least tell me how to get this XML?