336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
http://www.phpschool.com/gnuboard4/bbs/board.php?bo_table=qna_ttrend&wr_id=924&sca=&sfl=wr_subject%7C%7Cwr_content&stx=%C7%D1%B1%DB+%B1%FA%C1%FC&sop=and
1. header( "Content-type: application/xml; charset=utf-8" );
echo iconv("CP949","UTF-8",$data);
2. JavaScript 에서보내고 --> PHP 받을때
encodeURIComponent( string ) --> rawurldecode( iconv( "UTF-8", "CP949", $string ) )
PHP 에서 보내고 --> JavaScript 받을때
rawurlencode( iconv( "CP949", "UTF-8", $string ) ) --> decodeURIComponent( string )
3. 또는 홈피 자체를 아예 utf-8로 작업한다..ㅡㅡ;;
1. header( "Content-type: application/xml; charset=utf-8" );
echo iconv("CP949","UTF-8",$data);
2. JavaScript 에서보내고 --> PHP 받을때
encodeURIComponent( string ) --> rawurldecode( iconv( "UTF-8", "CP949", $string ) )
PHP 에서 보내고 --> JavaScript 받을때
rawurlencode( iconv( "CP949", "UTF-8", $string ) ) --> decodeURIComponent( string )
3. 또는 홈피 자체를 아예 utf-8로 작업한다..ㅡㅡ;;
'컴터 > 기타' 카테고리의 다른 글
아파치 설정으로DOS 공격막기 (0) | 2007.09.17 |
---|---|
파워포인트 음악 끝 시트까지 재생 (0) | 2007.09.13 |
일어 자판 (0) | 2007.08.11 |
PC 일본어 세팅 (0) | 2007.04.11 |