묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.08.12 21:24
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 2
-
박완벽이
2005.08.12 21:27
-
조민
2005.08.13 08:18
// 전체회원수
$temp=mysql_fetch_array(mysql_query("select count(*) from $member_table"));
$total_member=$temp[0];
$total_guest_connect = getNowConnector_num("$zero_path/data/now_connect.php");
if($status) {
$_str = trim(zReadFile("$zero_path/data/now_member_connect.php"));
if($_str) {
$_str = str_replace("<?/*","",$_str);
$_str = str_replace("*/?>","",$_str);
$_connector = explode(":",$_str);
$total = count($_connector);
}
} else $total=$total_member;
잘못됬다고 나오네요 ㅜㅜ 왜이러는거죠 뭐가 잘못된건지
$_str = str_replace("<?/*",""$_str);>
여기에 $거 앞이 "" 고냥 이거여서 그런건가요
저 사이에 대체 뭐를 넣어야하죠 ㅜㅜ