The file_get_contents (actually any of the stream handling functions) is another great way to deal with web requests from PHP, but relies on the allow_url_fopen setting being enabled in PHP. I think that’s what @mob means here?