Revision: 36700
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 25, 2010 03:42 by wnasich
Initial Code
<?php $data = json_decode(file_get_contents("php://input"), true);
Initial URL
http://stackoverflow.com/questions/813487/how-to-post-json-to-php-with-curl
Initial Description
Initial Title
Processing json POST request with PHP
Initial Tags
php, post, json
Initial Language
PHP