How to send a response to the server in this format to java (Android studio)?

POST Array ( [login] => test [sess_passw] => dc3d79597eb2a37fc5300f85542266fa [project_id] => 77 [date_interview] => 2017-01-22 14:57:41 [cell] => [answers] => Array ( [0] => Array ( [answer_id] => 4648 [duration_time_question] => 0 [text_open_answer] => ) [1] => Array ( [answer_id] => 4650 [duration_time_question] => 0 [text_open_answer] => ) [2] => Array ( [answer_id] => 4667 [duration_time_question] => 1 [text_open_answer] => ) 
  • where does php come in? - Naumov
  • I enclose a piece of code, similar data must be obtained on the server, this is php. - Dmitry Ushkevich
  • Neither is it incomprehensible. What is the essence of the question then? how to send a request to java? or how to get an answer to php? - Naumov
  • How to send a post request in this format in java. Already parsed send and receive, but there was a different format, just a key value ( ru.stackoverflow.com/questions/619753/… ), and here the array is Dmitry Ushkevich
  • so send `" test [] [] "," test "` an array(array('test')) will come to the server array(array('test')) php tag is nothing to do with - Naumov

0