페이지 레벨 2 보기 레벨 5로 변경
본문
아래 레벨2 로그인후 접속되게 되어있습니다....
이걸 레벨 5 로 바꿀방법 없을까요?
<?php
include_once("_common.php");
if(!$is_member) alert("회원 가입 후 이용 가능합니다.");
include_once("_head.php");
?>
<iframe src="http://mulim.woweb.net/kim/6/1frame.htm" width="796" height="900" scrolling="auto | yes | no" frameborder="1" align="left | center | right" name="설산비호" ></iframe>
<?
include_once("_tail.php");
?>
답변 1
if($member['mb_level'] < 5) alert("5레벨 이상만 이용 가능합니다.");
참고 https://gnustudy.com/bbs/board.php?bo_table=gnu_tip&wr_id=259
답변을 작성하시기 전에 로그인 해주세요.