사용자 인증을 하는데..잘모르겠어요...
다음에서 "존재하지 않는 아이디" 라고하는데..분명 서버에서 확인해 보면 데이타베이스
에는 들어가 있거든요..근데..왜그러죠? waring:Supplied argument is not a valid Mysql result resource in
/home/master/public_html/login2.php3 on line 28
---------------------------------------------------------------
26 $SQL = "select * from register where id='$id' and password='$passwd'";
27 $query = mysql_query($SQL, $Connection);
28 $row = mysql_fetch_array($query);
29 if(!$row)
30 {
31 echo("
32 <script>
33 window.alert('존재하지 않는 아이디');
34 history.go(-1)
35 </script>
36 ");
37 exit;
38 }--여자라고 무시하지마세요..