在第26行调用boolean上的成员函数fetch()

时间:2016-09-12 17:40:07

标签: php

你能告诉我该怎么做。

// 7. Obtain the unique ID for the newly created entry

$id_obj = $db->query('SELECT_LAST_INSERT_ID()');
$id     = $id_obj->fetch();
$id_obj->closeCursor();

在发布之前已经看过其他两个答案。没有具体的解决方案,我的问题也不同。

0 个答案:

没有答案