묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.08.26 20:02
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 2
-
조민
2005.08.26 20:05
-
조민
2005.08.26 20:13
이런방법도 있겠죠..
<?
$_zb_url = "제로보드가 설치된 url";
$_zb_path = "제로보드가 설치된 절대경로";
include $_zb_path."outlogin.php";
?>
<? if ($member[user_id] == "친구" || $member[user_id] == "로크"){ ?>
<meta http-equiv="refresh" content="0;url=http://이동할페이지주소"> // 이동할 페이지
<? } else {?>
<meta http-equiv="refresh" content="0;url=http://이동할페이지주소"> //아닐경우 이동할 페이지
<? } ?>
<?
include "/html/bbs/lib.php";
$connect=dbConn();
$member=member_info();
if($member[user_id] == "친구" || $member[user_id] == "로크") {?>