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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -