php mysql_fetch_array() 에러
글쓴이: 1234cha / 작성시간: 수, 2016/08/31 - 5:49오후
에러 내용은,
php mysql_fetch_array()
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\Ampps\www\citi\money_tran.php on line 67
$bal1=mysql_query("select balance, acc_type from customer where custid=$_SESSION[username]"); // line 66 while($b = mysql_fetch_array($bal1, MYSQL_BOTH)) //line 67 { $bal=$b[0]; $acc=$b[1]; } $min1=mysql_query("select minbalance from accounts where acc_type='$acc'"); while($a = mysql_fetch_array($min1, MYSQL_BOTH)) { $min=$a[0]; } $available=$bal-$min;
은행 프로젝트 같은걸 하고 있는데... php 에러가 뜨네요... php 잘아시는분 도움 주시면 감사하겠습니다..
67번은 balance (잔액) 표시 하는 것인데, 코드가 어렵네요 ㅜㅜ (.sql파일이 올라가지 않아서, .sql.txt로 올렸습니다. 보실때는 .txt지우고 sql에 넣으시면 될것 같습니다...)
File attachments:
첨부 | 파일 크기 |
---|---|
customer.sql_.txt | 2.38 KB |
Forums:
동일한 질문이 2016.8월 중에 있었습니다.
https://kldp.org/node/155865
소곤소곤
댓글 달기