Home > CURL
Permalink to Showing Or Saving An Image Retrieved Via cURL

Showing Or Saving An Image Retrieved Via cURL

by on 05.11.2010 | 8 comments

As a developer cURL can be a very handy for numerous reasons. In my case I have used it for my plugin Twitter Stream, but here we are going to look at a little tip I stumbled across while playing with cURL.

Permalink to Using cURL With PHP To Fetch A Webpage

Using cURL With PHP To Fetch A Webpage

by on 02.08.2010 | no comments

With APIs such as Twitter’s becoming more & more popular connecting to a webservice or webpage in a script is now a common request. As such here is how to fetch a webpage via PHP using cURL.

Permalink to Extracting Information From A Webpage With PHP & CURL

Extracting Information From A Webpage With PHP & CURL

by on 05.12.2008 | 4 comments

This time I am going to show you how to use PHP to replicate a little part of something I had been working on for [...]