Hi,

I test a simple section of code using gae php:

<?php

  $html = file_get_html('http://www.google.com');

  ?>

It returns errors: 
*Warning*: file_get_contents(): php_network_getaddresses: getaddrinfo 
failed: A non-recoverable error occurred during a database lookup. in *
C:\gae_work\helloworld\helloworld.php* on line *3*

*Warning*: file_get_contents(http://www.google.com): failed to open stream: 
php_network_getaddresses: getaddrinfo failed: A non-recoverable error 
occurred during a database lookup. in *C:\gae_work\helloworld\helloworld.php
* on line *3*
*
*

Does any one have idea about this? 

Even I use the example here: 
https://developers.google.com/appengine/docs/php/urlfetch/
I still get the same errors. 

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to