Possible Duplicates:
Does IMDB provide an API?
How to send a header using a HTTP request through a curl call?
I am using PHP curl
to scrape movie details from IMDB. It works perfectly in fetching data but the problem i am facing right now is:
When I fetch non English movies like this movie.
When I open this movie in my browser then it shows me "IMDB English"-version page of this movie which shows movie name "Boarding School". But when i fetch the data through curl
then it fetch the original page for this movie where the movie name is "Leidenschaftliche Blümchen".
So please suggest me how to fetch the curl
data in English version IMDB page.