<?php
include("xmlrpc.inc");
$userID = "test";
$userPW = "test";
$PostTitle= "제목테스트 하자";
$PostContent = "게임하자";
$tag = "test tag";
$f = new xmlrpcmsg("metaWeblog.newPost", array(
new xmlrpcval("", "string"), // blogid.
new xmlrpcval("*****", "string"), // 유저 ID.
new xmlrpcval("******", "string"), // 패스워드.
new xmlrpcval( // 본문
array(
'title' => new xmlrpcval($PostTitle),
'description' => new xmlrpcval($PostContent),
'category' => new xmlrpcval($PostCategory),
), "struct"),
new xmlrpcval(false, "boolean") )
);
$c = new xmlrpc_client("/rpc1", "rpc.egloos.com", 80);
$c->setDebug(1);
$r = $c->send($f);
$v = $r->value();
print "Fault: ";
print "Code: " . htmlspecialchars($r->faultCode()) . "<br>";
print "Reason '" . htmlspecialchars($r->faultString()) . "'<BR>";
?>
metaWeblog 를 사용 해서 블로그 원격 포스팅을 만들어서
게시판 연동 해서 블로그로 글 입력 되게 할려구 하는데
영문은 잘 넘어 가는데 한글은 제대로 넘어 가지 않은데 제대로 한글을 넘기는 방법좀 알려주세요
include("xmlrpc.inc");
$userID = "test";
$userPW = "test";
$PostTitle= "제목테스트 하자";
$PostContent = "게임하자";
$tag = "test tag";
$f = new xmlrpcmsg("metaWeblog.newPost", array(
new xmlrpcval("", "string"), // blogid.
new xmlrpcval("*****", "string"), // 유저 ID.
new xmlrpcval("******", "string"), // 패스워드.
new xmlrpcval( // 본문
array(
'title' => new xmlrpcval($PostTitle),
'description' => new xmlrpcval($PostContent),
'category' => new xmlrpcval($PostCategory),
), "struct"),
new xmlrpcval(false, "boolean") )
);
$c = new xmlrpc_client("/rpc1", "rpc.egloos.com", 80);
$c->setDebug(1);
$r = $c->send($f);
$v = $r->value();
print "Fault: ";
print "Code: " . htmlspecialchars($r->faultCode()) . "<br>";
print "Reason '" . htmlspecialchars($r->faultString()) . "'<BR>";
?>
metaWeblog 를 사용 해서 블로그 원격 포스팅을 만들어서
게시판 연동 해서 블로그로 글 입력 되게 할려구 하는데
영문은 잘 넘어 가는데 한글은 제대로 넘어 가지 않은데 제대로 한글을 넘기는 방법좀 알려주세요
댓글 1개
17년 전
한글문제는 대부분 인코딩관련 문제가 많습니다..
게시판과 블로그간의 케릭터 셋을 확인하시고,
적절하게 통일시켜주시면 될겁니다..
게시판과 블로그간의 케릭터 셋을 확인하시고,
적절하게 통일시켜주시면 될겁니다..
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7630 | 10년 전 | 635 | ||
| 7629 |
|
10년 전 | 2347 | |
| 7628 | 10년 전 | 768 | ||
| 7627 |
|
10년 전 | 1002 | |
| 7626 |
|
10년 전 | 1761 | |
| 7625 | 10년 전 | 661 | ||
| 7624 | 10년 전 | 684 | ||
| 7623 |
|
10년 전 | 3011 | |
| 7622 | 10년 전 | 698 | ||
| 7621 |
leeleeleelee
|
10년 전 | 571 | |
| 7620 | 10년 전 | 528 | ||
| 7619 | 10년 전 | 459 | ||
| 7618 | 10년 전 | 999 | ||
| 7617 | 10년 전 | 713 | ||
| 7616 | 10년 전 | 614 | ||
| 7615 | 10년 전 | 711 | ||
| 7614 | 10년 전 | 1215 | ||
| 7613 |
|
10년 전 | 2056 | |
| 7612 | 10년 전 | 1125 | ||
| 7611 | 10년 전 | 1385 | ||
| 7610 |
|
10년 전 | 1875 | |
| 7609 |
|
10년 전 | 1291 | |
| 7608 |
mwdkim
|
10년 전 | 1099 | |
| 7607 |
|
10년 전 | 1024 | |
| 7606 |
mwdkim
|
10년 전 | 3904 | |
| 7605 | 10년 전 | 669 | ||
| 7604 | 10년 전 | 1007 | ||
| 7603 | 10년 전 | 1631 | ||
| 7602 |
|
10년 전 | 1041 | |
| 7601 |
AniNest
|
10년 전 | 2763 | |
| 7600 |
port443
|
10년 전 | 1001 | |
| 7599 | 10년 전 | 924 | ||
| 7598 | 10년 전 | 991 | ||
| 7597 | 10년 전 | 4554 | ||
| 7596 |
SeungYeon
|
10년 전 | 868 | |
| 7595 |
untitled
|
10년 전 | 2395 | |
| 7594 |
프로그래머7
|
10년 전 | 1700 | |
| 7593 |
untitled
|
10년 전 | 2337 | |
| 7592 |
untitled
|
10년 전 | 1916 | |
| 7591 |
untitled
|
10년 전 | 2653 | |
| 7590 |
아리마2001
|
10년 전 | 823 | |
| 7589 | 10년 전 | 1083 | ||
| 7588 |
|
10년 전 | 2902 | |
| 7587 | 10년 전 | 1279 | ||
| 7586 | 10년 전 | 644 | ||
| 7585 | 10년 전 | 1662 | ||
| 7584 | 10년 전 | 1396 | ||
| 7583 |
leeleeleelee
|
10년 전 | 1139 | |
| 7582 |
|
10년 전 | 1074 | |
| 7581 | 10년 전 | 1305 | ||
| 7580 | 10년 전 | 947 | ||
| 7579 |
|
10년 전 | 586 | |
| 7578 | 10년 전 | 1398 | ||
| 7577 |
|
10년 전 | 1853 | |
| 7576 | 10년 전 | 1368 | ||
| 7575 |
멋진남자임
|
10년 전 | 1447 | |
| 7574 | 10년 전 | 2089 | ||
| 7573 | 10년 전 | 3221 | ||
| 7572 | 10년 전 | 750 | ||
| 7571 |
|
10년 전 | 772 | |
| 7570 |
|
10년 전 | 1295 | |
| 7569 | 10년 전 | 1524 | ||
| 7568 |
this1mg
|
10년 전 | 1024 | |
| 7567 |
|
10년 전 | 734 | |
| 7566 | 10년 전 | 903 | ||
| 7565 |
Angel하늘
|
10년 전 | 966 | |
| 7564 |
seoldi
|
10년 전 | 1209 | |
| 7563 |
|
10년 전 | 1353 | |
| 7562 |
멋진남자임
|
10년 전 | 2048 | |
| 7561 | 10년 전 | 684 | ||
| 7560 |
leeleeleelee
|
10년 전 | 883 | |
| 7559 | 10년 전 | 5014 | ||
| 7558 |
RinaP
|
10년 전 | 756 | |
| 7557 |
|
10년 전 | 1222 | |
| 7556 | 10년 전 | 1172 | ||
| 7555 |
hyohyojj1234
|
10년 전 | 1637 | |
| 7554 | 10년 전 | 1076 | ||
| 7553 |
senseme
|
10년 전 | 1322 | |
| 7552 |
ehdltdoit
|
10년 전 | 1419 | |
| 7551 |
|
10년 전 | 1803 | |
| 7550 |
leeleeleelee
|
10년 전 | 1567 | |
| 7549 | 10년 전 | 2396 | ||
| 7548 | 10년 전 | 1816 | ||
| 7547 |
멋진남자임
|
10년 전 | 1930 | |
| 7546 | 10년 전 | 972 | ||
| 7545 |
ILMare1003
|
10년 전 | 1258 | |
| 7544 |
|
10년 전 | 1211 | |
| 7543 | 10년 전 | 866 | ||
| 7542 | 10년 전 | 637 | ||
| 7541 |
울라라라우
|
10년 전 | 850 | |
| 7540 | 10년 전 | 1584 | ||
| 7539 | 10년 전 | 905 | ||
| 7538 |
|
10년 전 | 1816 | |
| 7537 | 10년 전 | 3592 | ||
| 7536 |
Gaumi
|
10년 전 | 1389 | |
| 7535 |
프로그램은어려워
|
10년 전 | 1247 | |
| 7534 |
senseme
|
10년 전 | 1195 | |
| 7533 | 10년 전 | 1172 | ||
| 7532 | 10년 전 | 837 | ||
| 7531 | 10년 전 | 2029 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기