Quote:
Originally Posted by maths222
Really, it is the fact that PHP even lets you use "file_get_contents()" to make HTTP requests. "file_get_contents()" is better suited for local files, and CURL or something more elegant that probably wraps CURL for remote HTTP requests.
|
I didn't even catch that, thanks. I'm assuming that they have some reason for using file_get_contents. If not, OP, you should look into
CURL.