News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
POSTing JSON Data With PHP cURL
November 22, 2011 @ 18:06:48

On her blog today Lorna Mitchell has a quick tip for anyone having an issue sending POSTed JSON data with the curl functionality that can be built into PHP. The trick to her method is sending things with the right header.

We can't send post fields, because we want to send JSON, not pretend to be a form (the merits of an API which accepts POST requests with data in form-format is an interesting debate). Instead, we create the correct JSON data, set that as the body of the POST request, and also set the headers correctly so that the server that receives this request will understand what we sent.

She includes a code example (about ten lines) showing the POSTing process that sets up options using curl's curl_setopt. Be sure to set up the headers to send as "application/json" - that's the trick to letting the remote end know the format.

0 comments voice your opinion now!
post data tutorial json curl curlsetopt


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann's Blog: Tutorial at ZendCon 2007

Builder.com.au: Generating PDF Files with PHP and FPDF

Site News: Blast from the Past - One Year Ago in PHP

Mike Willbanks' Blog: Integrating Gearman Into Zend Framework

PHPMaster.com: 5 More PHP Security Vulnerabilities


Community Events











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


community development zendframework2 phpunit introduction unittest functional language interview testing podcast symfony2 release usergroup series rest opinion conference database framework

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