<?
include_once("./connect_db.php");
$code = $_POST["code"];
if($member[mb_id]){
$query=mysql_query("update '$dataname' set occupant='$member[mb_id]',regdate='$date' where code='$code' limit 1",$connect);
}else{
alert('로그인 해주세요');
}
$code = $_POST["code"];
if($member[mb_id]){
$query=mysql_query("update '$dataname' set occupant='$member[mb_id]',regdate='$date' where code='$code' limit 1",$connect);
}else{
alert('로그인 해주세요');
}
?>
포스트로 받아온 $code 가 db안에 있는 code 와 일치하는것이 없다면 없는 코드라고 띄우고싶은데 어떻게 해야할까요?
댓글 3개
13년 전
먼저 select 해보시면 될듯 합니다.
<?
if($memeber[mb_id]) {
$query = mysql_query("select count(*) from $dataname where code=$code");
$result = mysql_fetch_row($result);
if($result[0] >0 ) {
$query=mysql_query("update '$dataname' set occupant='$member[mb_id]',regdate='$date' where code='$code' limit 1",$connect);
} else {
echo "코드가 없습니다. 다시 시도하여 주십시오."
}
}else{
alert('로그인 해주세요');
}
?>
<?
if($memeber[mb_id]) {
$query = mysql_query("select count(*) from $dataname where code=$code");
$result = mysql_fetch_row($result);
if($result[0] >0 ) {
$query=mysql_query("update '$dataname' set occupant='$member[mb_id]',regdate='$date' where code='$code' limit 1",$connect);
} else {
echo "코드가 없습니다. 다시 시도하여 주십시오."
}
}else{
alert('로그인 해주세요');
}
?>
hy미디어
13년 전
밴닛님이 설명 해주셨네요 ㅎㅎ db안에 있는 code를 먼저 뽑아야 겠죵 ㅎㅎ
천재조상훈
13년 전
감사
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 4077 | 13년 전 | 3703 | ||
| 4076 |
keith
|
13년 전 | 542 | |
| 4075 |
|
13년 전 | 688 | |
| 4074 | 13년 전 | 1741 | ||
| 4073 |
|
13년 전 | 1247 | |
| 4072 |
|
13년 전 | 1292 | |
| 4071 |
제너레이션
|
13년 전 | 994 | |
| 4070 | 13년 전 | 943 | ||
| 4069 | 13년 전 | 703 | ||
| 4068 | 13년 전 | 1250 | ||
| 4067 | 13년 전 | 839 | ||
| 4066 | 13년 전 | 1650 | ||
| 4065 | 13년 전 | 1006 | ||
| 4064 | 13년 전 | 2684 | ||
| 4063 | 13년 전 | 550 | ||
| 4062 |
ECEditor
|
13년 전 | 2213 | |
| 4061 | 13년 전 | 2610 | ||
| 4060 | 13년 전 | 4351 | ||
| 4059 | 13년 전 | 934 | ||
| 4058 | 13년 전 | 1141 | ||
| 4057 | 13년 전 | 1343 | ||
| 4056 |
한번잘해보자
|
13년 전 | 1157 | |
| 4055 | 13년 전 | 1173 | ||
| 4054 | 13년 전 | 2824 | ||
| 4053 | 13년 전 | 1246 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기