Lorna Mitchell's Blog: Accessing Incoming PUT Data from PHP

Courtesy PHPDeveloper.org  Thu, 07/31/2008 - 12:05

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...


 

Reply

The content of this field is kept private and will not be shown publicly.