The Coded One

programming, algorithms, discrete math, open-source

Posts Tagged ‘snippet

How to Use libcurl

with one comment

PHP supports libcurl, a library created by Daniel Stenberg, that allows you to connect and communicate to many different types of servers with many different types of protocols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with PHP’s ftp extension), HTTP form based upload, proxies, cookies, and user+password authentication.  http://www.php.net

Read the rest of this entry »

Written by Mark Basmayor

April 10, 2008 at 2:08 am

Posted in PHP

Tagged with , ,

Follow

Get every new post delivered to your Inbox.