에디터에 함수쓰기

에디터에 함수쓰기

QA

에디터에 함수쓰기

본문

에디터에 아래와 같은 함수를 넣고 싶은데요

 

<?php  $roomNo = "motitle";?><?  include(G5_PATH.'/inc_data.php'); ?>

<?=$ogtype?><br>
<?=$ogtitle?><br>
<?=$ogdescription?><br>
 

 

html 로 적용해서 쓰면

 

<!--?php  $roomNo = "motitle";?--><!--?  include(G5_PATH.'/inc_data.php'); ?-->

<!--?=$ogtype?--><br>
<!--?=$ogtitle?--><br>
<!--?=$ogdescription?--><br> 

 

으로 변경되어 버리네요

 

에디터에서도 함수를 사용할수 있는 방법을 알고 싶습니다

이 질문에 댓글 쓰기 :

답변 2

표시할 내용이 텍스트나 html 코드 같은거죠?

테스트는 안해봤지만, write.skin.php 상단에 아래 소스를 추가하는 꼼수가 있을 수 있겠습니다.

 

 
<?php
if(!$w) {
	$roomNo = "motitle";
	include(G5_PATH.'/inc_data.php');
	$tmp_content = $ogtype.'<br>';
	$tmp_content .= $ogtitle.'<br>';
	$tmp_content .= $ogdescription.'<br></textarea>';
	$editor_html = str_replace('</textarea>', $tmp_content, $editor_html);
}
?>

답변을 작성하시기 전에 로그인 해주세요.
전체 131
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT