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:
request typeLorna Mitchell's Blog: Accessing Incoming PUT Data from PHPPHPDeveloper.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. Really helpful open source guys - Tobias SchlittPlanet PHP Tue, 07/08/2008 - 15:07
While writing tests for the eZ Components Webdav component I stumbled over an issue with |