cURL or file_get_contents ???

  • Fabio Ballor
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
14 years 10 months ago - 14 years 10 months ago #1 by Fabio Ballor
cURL or file_get_contents ??? was created by Fabio Ballor
I'm studying for joomdle presentation to MoodleMoot :-)

I did not understand the difference between the connection protocol via file_get_contents and cURL

I understand that the protocol cURL must be present on the web server, I do not understand what is the difference from the functional point of view.

What will change for the user if you activate one or the other protocol?

Thanks
Last edit: 14 years 10 months ago by Fabio Ballor.

Please Log in or Create an account to join the conversation.

More
14 years 10 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Re: cURL or file_get_contents ???
It is just the transport method used.

The 2 are available, because there are servers that only have one of them.
The funcionality is the same,

Please Log in or Create an account to join the conversation.