내용 및 FAQ관리 수정

This commit is contained in:
thisgun
2014-02-12 17:16:24 +09:00
parent 5baa2b884a
commit 8a312b393f
9 changed files with 8 additions and 200 deletions

View File

@ -1,6 +1,11 @@
<?php
include_once('./_common.php');
//dbconfig파일에 $g5['content_table'] 배열변수가 있는지 체크
if( !isset($g5['content_table']) ){
die('<meta charset="utf-8">관리자 모드에서 게시판관리->내용 관리를 먼저 확인해 주세요.');
}
// 내용
$sql = " select * from {$g5['content_table']} where co_id = '$co_id' ";
$co = sql_fetch($sql);