When it is time for you to start dealing with Merchant accounts, CURL is your answer to saving you a lot of money on API's and PHP Wrappers to those API's. CURL is introduced in the PHP manual as: "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." |