묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.07.29 16:41
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 4
-
조민
2005.07.29 16:45
-
조민
2005.07.29 16:46
$picture="./images/no_img.gif" ; // '사진 없음'용 이미지
위에 이미지는 본인에 맞게 수정하면 됩니다..
다른 부분도 본인에 맞게 수정하면 되겠죠... -
장지현
2005.07.29 16:50
뜨악... 이렇게 빨리 답변을 주시다니,,, 매우많이 감사해요..
감사해요 조민님~^^ -
거니
2005.07.29 16:51
원래 조민님이 좀 빨라요.. ^^ 동해번쩍 서해번쩍~
<!-- 사진과 자기소개 삽입시작 -->
<br><?
if ($data[ismember]) {
if(!$connect) dbconn();
$tempx = mysql_fetch_array(mysql_query("select * from zetyx_member_table where no=$data[ismember]"));
$picture=$tempx[picture];
$tempx[comment] = stripslashes($tempx[comment]);
} else {
$picture="./images/no_img.gif" ; // '+ '+ '사진 없음'용 이미지
}
if ($picture == ''+ ')
{
$picture="./images/no_img.gif" ; // '+ '사진 없음'용 이미지
}
?>
<br>
<table width="95%" border="0" cellspacing="3" cellpadding="3">
<tr>
<td><img src="<?=$picture?>"></td>
<td><?=nl2br(del_html($tempx[comment]))?><p> <?=$face_image?> <?=$name?></td>
</tr>
</table>
<br>
<!-- 사진, 자기소개 삽입끝 -->