"; // echo $json_received; // echo "--------
"; $root=json_decode ($json_received); $id_target = $root->_id; // echo $id_target . "
"; // echo "--------
"; $url_target = "http://localhost:5984/sound_koho/" . $id_target; curl_put_proc ($url_target,$json_received); // echo "*** OK ***"; } else { echo "*** NG ***"; } } // ------------------------------------------------------------------ ?>