약관출력...<?=get_text($config[cf_stipulation])?> 정보
약관출력...<?=get_text($config[cf_stipulation])?>관련링크
본문
$config[cf_stipulation]
회원가입 모듈의 register.skin.php(member skin)에 위치해 있으며 관리자일반설정의 약관을 받아와서 출력합니다.
만일 회원가입 모듈을 벗어난 일반php에서 약관을 출력하고 싶다면...
register.skin.php의 textarea 테이블도 같이 끌어와서 불러오면...
-----------------------------------------------------------------------------------------------------------------------------------------
<?
include_once("./_common.php");
$g4[title] = "이용약관";
include_once("./_head.php");
?>
<!-- 약관출력시작 -->
<table style="border-collapse:collapse;" cellpadding="0" cellspacing="0" >
<tr><td height="230" align="center"><textarea rows=15 readonly style="width:100%; border-width:1; border-color:rgb(204,204,204); border-style:solid; padding:20;"><?=get_text($config[cf_stipulation])?></textarea></td></tr>
</table>
<!-- 약관출력끝 -->
<?
include_once("./_tail.php");
?>
-----------------------------------------------------------------------------------------------------------------------------------------
이런식이 되겠죠 ...
회원가입 모듈의 register.skin.php(member skin)에 위치해 있으며 관리자일반설정의 약관을 받아와서 출력합니다.
만일 회원가입 모듈을 벗어난 일반php에서 약관을 출력하고 싶다면...
register.skin.php의 textarea 테이블도 같이 끌어와서 불러오면...
-----------------------------------------------------------------------------------------------------------------------------------------
<?
include_once("./_common.php");
$g4[title] = "이용약관";
include_once("./_head.php");
?>
<!-- 약관출력시작 -->
<table style="border-collapse:collapse;" cellpadding="0" cellspacing="0" >
<tr><td height="230" align="center"><textarea rows=15 readonly style="width:100%; border-width:1; border-color:rgb(204,204,204); border-style:solid; padding:20;"><?=get_text($config[cf_stipulation])?></textarea></td></tr>
</table>
<!-- 약관출력끝 -->
<?
include_once("./_tail.php");
?>
-----------------------------------------------------------------------------------------------------------------------------------------
이런식이 되겠죠 ...
댓글 전체
좋은 정보 감사드립니다.
아아~~잘쓸께요~~
.
잘쓰겠어용
감사합니다~ ^^*
감사합니다..~!야호~
좋은 정보 감사드립니다
좋은 정보 감사합니다.