소스 파일 : /yoyak/yoyak_contents_id_ajax.php (2018-07-20)     소스 설명 : (분류요약관리)
001
002
003
004
005
006
007
008
009
010
011
012
013
014
015
016
017
018
019
020
021
022
023
024
025
026
027
028
029
030
031
032
033
034
035

# yoyak_contents_id_ajax.php

	session_start();

	include_once "../base_utils/db_conn.php";

	$id = $_REQUEST[id];

	$win = $_REQUEST[win];

	echo "<meta http-equiv='content-type' content='text/html; charset=utf-8'>";

	include_once "yoyak_contents_db_qry.php";
	$set = children_read($id, $dbi);

	include_once "yoyak_contents_display.php";
	sub_id($set, $id, $dbi);

?>


Copyrightⓒ written by 차재복 (Cha Jae Bok)
"본 웹사이트 내 모든 저작물은 원출처를 밝히는 한 자유롭게 사용(상업화포함) 가능합니다"