|
[img1]
[img2]
[youtube_play]
[memo]
[td_5]
UTF 설정후 전송
$subject = iconv('euc-kr', 'utf-8',$view[read_table]);
// 현재 페이지 주소 추출
$board_url = "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
// 트위터
/////////////////////////////////////////////////////////////////////////////////////////////
// URL붙이기 // 일부 시스템에서만 사용
$url= $subject." ".$board_url;
//URL암호화
$url = urlencode($url);
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
// 페이스북
/////////////////////////////////////////////////////////////////////////////////////////////
$face_url= $board_url;
$face_url = urlencode($face_url);
$face_subject = urlencode($subject_con);
/////////////////////////////////////////////////////////////////////////////////////////////
?>
[{read_likes_start}]
[{read_likes_end}]
[{read_file1_start}]
-
첨부파일1[file1]
[{read_file1_end}]
[{read_file2_start}]
-
첨부파일2[file2]
[{read_file2_end}]
[{read_comment_start}]
[{read_comment_end}]
|