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
- JSON
- Session
- JavaScript
- string
- Laravel
- date
- Ajax
- 웹하드추천
- Arrays
- Forms
- function
- variables
- 전략
- 웹하드순위
- 무료다운로드쿠폰
- MySQL
- UTF-8
- Linux
- composer-php
- Regex
- file-upload
- OOP
- curl
- jquery
- 경영
- php
- post
- Apache
- HTML
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