I know it has been awhile, but I finally decided to sit down and figure this thing out. I looked in the manual, but couldn't find the answers to a couple of questions about file_get_contents().
Is it a standard function?
I don't know if my server doesn't have it enabled or if I am just not using it correctly...
Do variables in the URL work?
file_get_contents("http://whatever.com/mypage.php?foo=bar");
Is it possible to use the function with files that are located outside the www folder?
(That is where most of the files that I use frequently are stored and then I just include them in a doc.)
I have tried it with a simple file, located in my web directory, with no variables in the URL and I could not get it to work. That's why I'm wondering if there is a way to find out if it is enabled on my server or not...
As always, any help is appreciated.