체크 아이디
페이지 정보
작성자 최고관리자 작성일 21-02-09 11:30 조회 7,384 댓글 0본문
$result = mysql_query("SELECT count(w_id) FROM 테이블명 WHERE w_id = '$w_id'");
if (!$result) {
error("QUERY_ERROR");
exit;
}
$rows = mysql_result($result,0,0);
if ($rows) {
echo "
<form>
<table width='230' border='0' cellspacing='5' align='center'>
<tr>
<td align='center'>
신청하신 아이디는 <br><font color='red'>이미 등록</font>되어 있습니다! <p>
<b>다른 아이디로 신청</b>하여 주십시오.
</td>
</tr>
<tr>
<td align='center'>
<font size=2>
<input type='button' onClick='replace_id()' value='닫기'>
</font>
</td>
</tr>
</table>
</form>
";
exit;
}
if (!$result) {
error("QUERY_ERROR");
exit;
}
$rows = mysql_result($result,0,0);
if ($rows) {
echo "
<form>
<table width='230' border='0' cellspacing='5' align='center'>
<tr>
<td align='center'>
신청하신 아이디는 <br><font color='red'>이미 등록</font>되어 있습니다! <p>
<b>다른 아이디로 신청</b>하여 주십시오.
</td>
</tr>
<tr>
<td align='center'>
<font size=2>
<input type='button' onClick='replace_id()' value='닫기'>
</font>
</td>
</tr>
</table>
</form>
";
exit;
}
댓글목록 0
등록된 댓글이 없습니다.