use of cURL

Discussion in 'PHP' started by viron86, Mar 13, 2010.

  1. #1
    While surfing through net i found information of cURL i read some of it but didn't understood what use of it. Actually i didn't understood the concept behind it

    Can someone please explain me

    Thanks
     
    viron86, Mar 13, 2010 IP
  2. Silver89

    Silver89 Notable Member

    Messages:
    2,243
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    205
    #2
    Silver89, Mar 13, 2010 IP
  3. Kaizoku

    Kaizoku Well-Known Member

    Messages:
    1,261
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    105
    #3
    In short cURL is a unix command to simulate the browser or to download files. The cURL in php is the module of the library that is like a wrapper around that command.
     
    Kaizoku, Mar 14, 2010 IP
  4. viron86

    viron86 Active Member

    Messages:
    426
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #4
    is this something related to file_get_contents() in php can i make proxy site using cURL
     
    viron86, Mar 15, 2010 IP