News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Lorna Mitchell's Blog:
Three Ways to Make a POST Request from PHP
January 19, 2010 @ 08:45:33

Lorna Mitchell has a new post to her blog looking at three different ways you can make a POST request to a server - cURL, Pecl_Http non-OOP and Pecl_Http with the OOP interface.

I've been doing a lot of work with services and working with them in various ways from PHP. There are a few different ways to do this, PHP has a curl extension which is useful, and if you can add PECL extensions then pecl_http is a better bet but there are a couple of different ways of using it. This post shows all these side-by-side.

Code snippets are included for each showing a request to the Flickr API. Be sure to check out the post's comments for more great ideas (like streams, the PEAR HTTP_Client package, Zend_Http_Client and other request types without cURL).

0 comments voice your opinion now!
post request curl pecl tutorial




Community Events





Don't see your event here?
Let us know!


security symfony2 development introduction interview opinion language podcast phpunit series unittest community release custom conference api application framework component test

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework