ホームページ > バックエンド開発 > PHPチュートリアル > mysql_fetch_array(): 指定された引数は有効な MySQL 結果リソースではありません

mysql_fetch_array(): 指定された引数は有効な MySQL 結果リソースではありません

WBOY
リリース: 2016-06-23 14:21:10
オリジナル
1379 人が閲覧しました

php 无效sql结果资源 mysql






江苏农二代农林生态发展有限公司



include "conn/conn.php";

?>
?>















    
  



















      



















  新闻中心 ニュース





  公司新闻





  行业咨询





  技术问答





  成功パターン例





  客户评价





  公司服务
 


          
       
   
if($_GET['identification'] != null){
$sql = mysql_query("select * from frontpagenews where identification = ".$_GET['identification']."order by createDate desc limit 0,7");
这里报错 while($result = mysql_fetch_array($sql)){
?>




        

}
}else{

$sql = mysql_query("select * from frontpagenews where identification = 1 order by createDate desc limit 0,7");
while($result = mysql_fetch_array($sql)){
?>

          
          
          
        
}
}
?>
   
       
               

      



              
            
          
新闻中心< ;/td>
  您现在位置:首页 > 新闻中心 

  
&lt;/gt;/html&gt;解決策)

$sql = mysql_query("select * fromfrontpagenews whereidentification = ".$_GET['identification']." order by createDate desc limit 0,7"); identification = ".$_GET['identification']." order by createDate desc limit 0,7");

mysql_query("select * fromfrontpagenews whereidentification = ".$_GET['identification']." = ". $_GET['identification']. "order by createDate desc limit 0,7");
$_GET['identification'] の最後の文字がスペースでない場合、$_GET['identification'] の値は注文に関係していますか?
$_GET['identification'] = 1 の場合 あなたの SQL コマンドは
"select * fromfrontpagenews whereidentification = 1order by createDate desc limit 0,7"

だけではないでしょうか?

不注意は人を殺す可能性があります。どうもありがとうございます。スペースがありません

ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート