mysqli_fetch_array() expects parameter 1 to be mysqli_result, bool given

后端 未结 0 1697
甜味超标
甜味超标 2021-01-17 11:42

$con = mysqli_connect(\'localhost\',\'root\',\'\',\'photo\');

    mysqli_select_db($con, \'photo\');
    $select = "select * from form where email = {$_S         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题