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

SecWatch.org: CJ Tag Board Multiple Parameter Handling PHP Code Injection Vulnerabilities

CSS-Tricks.com: Using Weather Data to Change Your Website’s Appearance through PHP and CSS

Quate Newsnet: Shorter URLs Using PHP

Community News: The PDO v2 Proposal

Elizabeth Smith's Blog: Php User Streams - why doesn't anyone use them?


Community Events











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


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

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