Archive for the 'mashup' Category

Simultaneuos HTTP requests in PHP with cURL

Feb 19th, 2008

The basic idea of a Web 2.0-style “mashup” is that you consume data from several services, often from different providers and combine them in interesting ways. This means you often need to do more than one HTTP request to a service or services. In PHP if you use something like file_get_contents() this means all the […]