Created
May 24, 2013 19:01
-
-
Save cmbirk/5645773 to your computer and use it in GitHub Desktop.
Handle PUT data in PHP (credit to http://www.lornajane.net/posts/2008/accessing-incoming-put-data-from-php)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parse_str(file_get_contents("php://input"),$post_vars); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment