Return to Snippet

Revision: 36700
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