I have some PHP code working perfectly in local and also in the web (with a non SSL hosting). I get file contents with file_get_html(url) and everything works OK. The problem comes when I try to run this code in Google App Engine. The function file_get_html() doesn’t work. The following code shows nothing between BEGIN and END: Any help will