Which one is better?
There is really not a "difference" as far as PHP is concerned. The PHP cURL functions require that the libcurl package is installed on the server. (See the above link for info on installing cURL for PHP.)
NogDog wrote:There is really not a "difference" as far as PHP is concerned. The PHP cURL functions require that the libcurl package is installed on the server. (See the above link for info on installing cURL for PHP.)
So all this time I am really using libcurl. Thanks.