|
COMPARE PRICES: Digital
cameras, MP3
Players, Camcorders, Mobile phones,
PDA, Computers, Electronics LCD monitors,
Printers,
Notebook,
DVD Players,
Motherboards,
TV,
ipod,
Processors.
See all...
|
|
cURL libcurl PHP ExamplesPHP/CURL Examples Collection
We try to collect examples on how to program the PHP/CURL interface
here. If you have any source snippests you want to share with the rest of the
world, please let us know!
| Example | Description | Author |
| blogpost |
Post a blog entry to blogger.com using their "Atom" XML-based API.
| Michael Phipps |
| callbacks |
Set callback functions to receive the HTTP response as it comes through.
| Keyvan Minoukadeh |
| cookiejar |
Login to on one page and then get another page passing all cookies from the
first page along
| Mitchell |
| customrequest |
CURLOPT_CUSTOMREQUEST usage shown
| |
| ebay_login |
Mimics a browser and logs in to ebay
| Imran Khalid |
| ftpupload |
FTP upload to a remote site
| Daniel Stenberg |
| getbinarypageinvar |
Get the contents of a web page as a binary into a php variable. | |
| getpageinvar |
Get the contents of a remote web page into a PHP variable
| |
| linkchecker |
Check for a given link in a remote page
| Michael Phipps |
| multi |
Shows how to fetch several documents at once by using the multi interface
| Roman Rozanov |
| multipartpost |
Using a multipart/form-post file upload form on a web page.
| Pete James |
| put |
Perform a HTTP PUT to a remote site
| Julian Bond |
| resizejpg |
Download a remote image, resize it and show it to the user
| Michael Phipps |
| rss-adsense |
Follow your Adsense earnings with an RSS reader
| Ozh |
| simpleget |
Get a URL
| |
| simplepost |
Basic HTTP POST operation
| |
|