News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: Using Gearman from PHP

HowTo Forge: How To Set Up A Facebook RSS Feed Reader

ProDevTips.com: MySQL replication in PHP - on the same machine

NETTUTS.com: How To Use Any Font You Wish with FLIR

DevShed: Handling Entries for a Blogger Built with PHP


Community Events











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


introduction testing conference code podcast interview community tool application framework opinion phpunit development unittest series example language functional zendframework2 release

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