cheditor를 한 게시판에서 세번을 사용할 수 있는 방법이 있나요? 정보
cheditor를 한 게시판에서 세번을 사용할 수 있는 방법이 있나요?본문
<?
if ($is_dhtml_editor) {
include_once("$g4[path]/lib/cheditor4.lib.php");
echo "<script src='$g4[cheditor4_path]/cheditor.js'></script>";
echo cheditor1('wr_content', '100%', '400');
}
?>
<?=cheditor2('wr_content', $content);?>
이것이 기본으로 들어가 있는 소스 입니다.
한개를 더 쓰려면 어떻게 해야 하나요?
그냥 단순히 한개를 추가하면 안되던데요.. wr_10 필드를 이용해서 사용하려고 합니다.
고수님들 부탁 드립니다.
if ($is_dhtml_editor) {
include_once("$g4[path]/lib/cheditor4.lib.php");
echo "<script src='$g4[cheditor4_path]/cheditor.js'></script>";
echo cheditor1('wr_content', '100%', '400');
}
?>
<?=cheditor2('wr_content', $content);?>
이것이 기본으로 들어가 있는 소스 입니다.
한개를 더 쓰려면 어떻게 해야 하나요?
그냥 단순히 한개를 추가하면 안되던데요.. wr_10 필드를 이용해서 사용하려고 합니다.
고수님들 부탁 드립니다.
Fatal error: Uncaught TypeError: mysqli_fetch_assoc(): Argument #1 ($result) must be of type mysqli_result, null given in /home/kagla/new-sir/old/lib/common.lib.php:2339 Stack trace: #0 /home/kagla/new-sir/old/lib/common.lib.php(2339): mysqli_fetch_assoc() #1 /home/kagla/new-sir/old/skin/board/v16/view.skin.php(795): sql_fetch_array() #2 /home/kagla/new-sir/old/bbs/view.php(403): include_once('...') #3 /home/kagla/new-sir/old/bbs/board.php(300): include_once('...') #4 {main} thrown in /home/kagla/new-sir/old/lib/common.lib.php on line 2339