지금 제가 params에 배열 넣어서 보내고싶은데 String만 가능하다하네요.... 서버에서 받는거는 String이라 안된다고하고 이거 어찌해야 할까요?ㅠ 소스는 배열은 10, 11, 12, 13 이런식으로 잘 나옵니다.. 저기 array 이부분 때문에 빨간줄이 계속 그어집니다 방법없을까요? 두번째 소스와 3번째 소소는 서로 맞춰서 보낸겁니다.

task2.execute(gujang_idx, tv3.getText().toString(), array,
edt1.getText().toString(), edt2.getText().toString(), edt3.getText().toString(), edt4.getText().toString(), edt5.getText().toString(),
gujang_idx, tv1.getText().toString());
sendMsg = "yeahyack_gujang_idx=" + strings[0] + "&yeahyack_day_idx=" + strings[1] + "&pick_time=" + strings[2] + "&yeahyack_form_club_name=" + strings[3]
+ "&yeahyack_form_event_name=" + strings[4] + "&yeahyack_form_stu_name=" + strings[5] + "&yeahyack_form_stu_number=" + strings[6]
+ "&yeahyack_form_ad=" + strings[7] + "&yeahyack_day_gujang_idx=" + strings[8]+ "&yeahyack_day=" + strings[9];