0

I have been using file get contents to get the content of following site however i am getting the following error can anyone explain why so?

file_get_contents("https://www.watchserieshd.co"): failed to open stream: Network is unreachable

Also i have tried it via curl go the error

Failed to connect to watchserieshd.co port 80: Connection refused

Pradeep
  • 9,667
  • 13
  • 27
  • 34
Adarsh Chouhan
  • 11
  • 1
  • 1
  • 6
  • 2
    It works perfectly fine when I try. Have you tried fetching some other URL? What OS are you running this on? Checked your firewall to make sure PHP can make outgoing HTTP calls? – M. Eriksson Jun 02 '18 at 10:57
  • Is the url reachable from your browser? – Suresh Peiris Jun 02 '18 at 11:16
  • I am running it diretly via my hosting server.its basically shared windows hosting any suggestions? – Adarsh Chouhan Jun 02 '18 at 11:19
  • 1
    Well, as I suggested in my first comment, have you tried with some other URL's to see if it's only that URL or all? That would be a pretty good first step. If you have this issue with multiple URL's, then contact the hosting provider. – M. Eriksson Jun 02 '18 at 11:20
  • No its working for many of urls but just two @MagnusEriksson – Adarsh Chouhan Jun 03 '18 at 11:22

0 Answers0