News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Accessing Incoming PUT Data from PHP
July 31, 2008 @ 12:05:35

For a recent REST web service project, Lorna Mitchell had to put together a server for the remote clients to use. She started with a GET request then moved to handling a POST request then to a PUT request - that's where the difficulty came in:

PHP doesn't have a built-in way to do this, and at first I was a little confused as to how I could reach this information. It turns out that this can be read from the incoming stream to PHP, php://input.

Pulling from that stream gave her the raw data she needed (nicely urlencoded too) that she could parse out and use. She includes a simple example that has a check for the REQUEST_TYPE in the _SERVER superglobal to see how the request should be handled (PUT versus GET).

0 comments voice your opinion now!
put get data incoming rest webservice stream input


blog comments powered by Disqus

Similar Posts

Shashikant Jagtap: Automating Web Performance Data Collection with Behat and BrowserMob Proxy

Chris Hartjes' Blog: Fun with API's - FRAPI and django-tastypie

Gonzalo Ayuso: Working with AngularJS and Silex as Resource provider

PHPMaster.com: REST - Can You do More than Spell It? Part 1

DevGuide.net: Dynamic Bitmap Graphics with PHP and GD


Community Events











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


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

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