Re: [PHP] file_get_contents() problem
[email protected] (Jeffry Killen)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
> On Feb 25, 2017, at 10:56 AM, Adam Jon Richardson <[email protected]> wrote: > > On Sat, Feb 25, 2017 at 1:00 PM, 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 > Just a wild guess... what are the permissions on the file(s) your trying to read? Could they have been inadvertently changed to deny access, although I presume you would get an error message if that were the case. JK