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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -