I am trying to pass a json data as param for cURL POST. However, I am stuck at grabbing it and saving it on db.
cURL file:
$data = array(\"name\" =&g
Use following php function for posting data using php curl function in x-www-form-urlencoded format.