Re: [PHP] file_get_contents() problem
[email protected] (Ryan Pallas)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAObuZdtCo_yFe0PjR1d8DZ=PTquF1j-2syam+M7-YBaEGR6iNg@mail.gmail.com> |
My guess is that allow_url_fopen is not enabled. See http://php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen It's a wild guess considering you don't provide much information about the problem, if there are any errors in logs or such. On Sat, Feb 25, 2017 at 11:00 AM, Tedd Sperling <[email protected]> wrote: > Hi guys: > > My file_get_contents() demo has stopped working on the school's server, > please review: > > http://citw.lcc.edu/~sperlt/citw185/examples/content.php > > It did work (since 2009), but no longer works. I have tried the exact same > code on other sites and it does work. But I don’t have an explanation as to > why it doesn’t work on this site. Anyone care to comment? > > Thanks, > > tedd > > _______________ > tedd sperling > [email protected] > > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >