싱글쿼트 하나의 차이... ㅡ_ㅡ
실행 됨
$sql = " update $g4[house_member_table] set h_to = '$g4[time_ymd]' where h_id = '$mb_id' and h_mb = '$member[mb_id]' ";
$result = sql_query($sql);
$result = sql_query($sql);
실행되지 않음
$sql = " update $g4[house_member_table] set h_to = $g4[time_ymd] where h_id = '$mb_id' and h_mb = '$member[mb_id]' ";
$result = sql_query($sql);
$result = sql_query($sql);
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 1개
프로그램하시는분이 조금만 실수해도 알아서 해야하는데...
알아서 하기에는 아직 멍청한 컴입니다.