06-05-1394، 10:01 ب.ظ
با سلام
من کدهای زیر رو در برنامه دارم که این اخطار رو میده
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in
warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in
من کدهای زیر رو در برنامه دارم که این اخطار رو میده
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in
warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in
<?php $userchap=$_SESSION['in']; $ch3=mysql_query("select * from taahod where taahod.shd=$userchap"); $ch4=mysql_num_rows($ch3); $ch5=mysql_fetch_assoc($ch3); $ch6=mysql_query("select * from vorod where vorod.shd=$userchap"); $ch7=mysql_fetch_assoc($ch6); if($ch4>0) { ?>