체크 아이디
페이지 정보
본문
$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;
}
- 이전글페이지 나누기 21.02.09
- 다음글디비 접속 .. connect.html 21.02.09
댓글목록
등록된 댓글이 없습니다.