Select语句不起作用

时间:2016-02-03 07:49:15

标签: php mysql

我已经使用函数编写了一个select查询,但它没有从MySQL数据库中返回数据......任何人都可以在这方面帮助我。我上传了截图。

这是我的数据库的名称,'已分类' enter image description here

这是conn.php文件

 JSONObject jObj = new JSONObject(response);

JSONArray jsonArray= jObj.getJSONArray("types");

boolean s = false;

    if (s==jsonArray.toString().contains("restaurant"))
 {

}

从数据库中获取记录的功能,'添加'表 enter image description here

在index.php上我写了这段代码。

$conn   =   mysql_connect('localhost','root','');  
echo mysql_select_db('classified',$conn);

但这不显示记录。

1 个答案:

答案 0 :(得分:1)

更改:

var json = JsonConvert.SerializeObject(list);

进入这个:

if ($result) {
  return TRUE;
} else {
  return FALSE;
}