Call to a member function rowCount() on a non-object

后端 未结 3 1321
一生所求
一生所求 2021-01-27 05:07

Im having a problem with my query. I recently switched to PDO, which is kind of new to me. Now i need to use JOIN in my query to get data from another table without making two e

3条回答
  •  自闭症患者
    2021-01-27 05:32

    Don't put back ticks around the `table.field` ... You have to put them around `table`.`field`

提交回复
热议问题