일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- JavaScript
- Regex
- Ajax
- variables
- Linux
- UTF-8
- curl
- php
- 전략
- string
- jquery
- Arrays
- MySQL
- 웹하드순위
- composer-php
- Apache
- Forms
- Session
- JSON
- HTML
- date
- function
- OOP
- 경영
- post
- file-upload
- 무료다운로드쿠폰
- 웹하드추천
- Laravel
- Today
- Total
목록API (2)
개발! 딱 깔끔하고 센스있게!
나는 여기서 이 JSON 에게 출력을 받고 싶다.불행히도 jsonu encode () 함수는 이 형식으로 구성되지 않는다는 것이다.조금도 돌아오지 않는다.이것은 나의 비밀번호다 $output = array( 'responseData' => array(), 'responseDetails' => null, 'responseStatus' => 200 ); $x = 0; while ($row = mysqli_fetch_assoc($result)) { foreach ($row as $k => $v) { $output['responseData']['result'][$x][$k] = $v; } $x++; } print_r($output); header('Content-Type: application/json'); e..
프로그램 을 작성 해서 누군가가 있 는 벽 에 메 시 지 를 붙 일 수 있 습 니까? 만약 이 사용자 가 권한 을 받 아들 이지 않 는 다 면 이 때 알려 줍 니 다. 이것 은 나의 코드 입 니 다: $attachment = array( 'access_token' => $access_token, 'message' => "$message", 'name' => "testName", 'description' => "Check Out new message", 'link' => '', 'picture' => "test message" ); try { $response = $facebook->api("/userId/feed/", 'POST', $attachment); } catch (FacebookApiExcept..