Top "File-get-contents" questions

In PHP, file_get_contents is the preferred way to read the contents of a file into a string.

Broken image with readfile and file_get_contents

I'm trying to use a function in order to get this working: <img src='login.php?image=ind_legend.…

php image file-get-contents readfile
what are the alternatives for php://input and $HTTP_RAW_POST_DATA when file_get_contents and always_populate_raw_post_data are disabled

My hosting comp has disabled all the socket functionality except curl. They are so irresponsible on my questions for enabling …

http file-get-contents php-ini
Sending binary file content using JSON

I've written a REST interface for my ownCloud app. I've method getFileFromRemote($path) which should return a JSON object with …

php json rest file-get-contents owncloud
What is faster: include() or file_get_contents()?

I am working on a SEO system for my project and am optimizing all links with a single page. Excerpt …

php include file-get-contents
PHP - POSTing XML data using cURL-less http web requests to a gateway

I am trying to find a cURL-less way to POST data via http web request to a 3rd party payment …

xml http-headers httpwebrequest file-get-contents postdata
File_get_contents not working?

I am using cakephp. I am trying get data from facebook using file_get_contents. I get a warning. Warning (2): …

php cakephp facebook file-get-contents
Can't get remote filename to file_get_contents() and then store file

I want to download a remote file and put it in my server directory with the same name the original …

php file header file-get-contents remote-server