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
Have a read of this: http://blog.unitedheroes.net/curl/ It's basically a library within php that you can use to get remote information from other sites.
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.