Php5 File get contents failed ?

byfobi

Verified User
Joined
Oct 9, 2007
Messages
18
Hi there,

I've got a little problem now ;

Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed:

index.php on line 13

index line 13 :
$data = file_get_contents("http://www.imdb.com/title/tt0133093/");

How can I solve this problem
 
Back
Top