Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Regex
- 웹하드순위
- Laravel
- Session
- Apache
- OOP
- string
- php
- HTML
- JavaScript
- JSON
- Arrays
- Linux
- UTF-8
- Forms
- MySQL
- 경영
- curl
- variables
- Ajax
- function
- 웹하드추천
- jquery
- file-upload
- composer-php
- post
- 무료다운로드쿠폰
- date
- 전략
Archives
- Today
- Total
목록http-post (1)
개발! 딱 깔끔하고 센스있게!
POST 안드로이드로 PHP 배열 보내기
post 를 통해서 php 디지털을 android 에서 php 서버로 보내려고 합니다. 다음 코드가 있습니다. HttpClient httpclient = new DefaultHttpClient(); HttpPost httppost = new HttpPost(url); StringEntity dades = new StringEntity(data); httppost.setEntity(dades); // Execute HTTP Post Request HttpResponse response = httpclient.execute(httppost); HttpEntity resEntity = response.getEntity(); return resEntity.getContent(); 저는 php 그룹이 가능하다고 ..
개발 스크랩 메모/PHP
2020. 11. 20. 16:40