묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.07.11 00:47
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
<?
$file=file("config.php");
for($i=1;$i<=4;$i++){$file[$i]=trim(str_replace("\n","",$file[$i]));}
$connect=mysql_connect($file[1], $file[2], $file[3]); //mysql접속
$mysql=mysql_select_db($file[4], $connect); //db선택
mysql_query("update zetyx_group_table set member_num=404 where no=1");
?>