标签: php sqlite
以下内容将如何失败:
$stmt = $db->prepare("INSERT INTO sometable VALUES ('SOMETHING')"); $result = $stmt->execute();
以下情况:!$result == true?
!$result == true
答案 0 :(得分:0)
sometable
答案 1 :(得分:0)