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:
raw dataLorna 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. ThinkPHP Blog: Accessing Nike+ data with PHPPHPDeveloper.org Thu, 05/15/2008 - 10:26
On the ThinkPHP blog today, Stephanie Ehrling has posted about a method for PHP to take in the output of the Nike+ equipment and put it into a usable form. |