[PHP] twitter oauth API php 에서 twitter oauth API를 사용하는 법을 써 보려 한다. 난 처음에 이해를 늦게 했지만, 그리 어렵지 않은 방법이니 쉽게 할수 있을것이다. 1) twit/redirect.php?no=100809000010&category=shop 나는 먼저 No(상품값) 과 category(상품디테일 과 장바구니) 의 값을 넘겨주었다. 더보기 [php] post 빈칸넘기기 php 에서 method='post ' 으로 빈칸 'Young Sun Park' 을 넘기려 했더니 if(!$user_id) $user_id = $_POST[user_id]; Young 만 넘어온다. 결국 아래와 같이 인클루드를 시켜 쿠키 값을 계속 유지하였다. 휴... include "./cookinfo.php"; 더보기 [안드로이드] split 특정값 찾아 배열만들기 String[] result = intent.getData().toString().split("/"); Log.v("Repeating1", result[0].toString()); Log.v("Repeating2", result[1].toString()); 또는 StringTokenizer 를 써보세요~ 단 | 을 사용할때는 \\| 이렇게 사용해야 한다. 더보기 이전 1 ··· 212 213 214 215 216 217 218 ··· 253 다음