simple hello-world works fine, but file_get_contents returns
PhpTags Fatal error: Call to undefined function file_get_contents() in Draft:TestPHP on line 2
Here's the sample code:
<phptag> $foo = 'hello world!'; echo $foo; </phptag> <phptag> $searchResults = file_get_contents('https://www.nature.com/articles/s41467-018-03445-z'); echo $searchResults; </phptag>
How to enable file_get_contents?