drupal - Formatting a String Entity for HTTP Post in Android -
i having few problems setting string entity need send drupal server. in php request need send looks following
$data = array( 'node' => array( 'field_fan_registration_id' => array(0 => array('value' => $registration_id))) );
i cant work out how set array within array in android , set string entity of http post. can hep me out?
Comments
Post a Comment