PHP: 4shared.com API wrapper

1. Fetch File Information There are two formats of 4shared.com’s link download: Format 1: like: http://www.4shared.com/file/253231421/73f7da19(/GoodFellas.html)? http://www.4shared.com/file/246032259/f70f9982(/_online.html)? Format 2: like: http://www.4shared.com/video/ABBPbvS8(/Divided_Heart.html)? ()? meaning yes or…
ds-curlicon

Getting data without risking death with PHP, CURL

Introduction
Getting data without risking death with PHP, CURLGetting data without risking death with PHP, CURL
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 Read more about Getting data without risking death with PHP, CURL