Hi, I am new to PHP. Usually I use file_get_contents to get the content of the URL. however somehow, I am unable to get content for below website. http://fullmovie-hd.com/jurassic-attack-hindi-dubbed-nowvideo/ I used http://onlinecurl.com/ website to look at the result of curl and the response header is
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 03 Sep 2015 02:37:29 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.4.35
Link: <http://fullmovie-hd.com/?p=42820>; rel=shortlink
I have tried various different things like using curl, changing init header etc. but nothing worked. Can anyone please help? I am writing a scrapper for Kodi and it will help everyone as it will be free scrapper to use. Thanks in advance.