Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试连接 SQLite Studio 浏览器以使用 PHP 获取 spiceworks 数据库备份中的内容。在阅读了如此多的论坛后,我很困惑为了连接 SQLite 和 PHP 必须提供哪些确切的代码。
我想它是
$db = new PDO('sqlite:C:\Program Files (x86)\Spiceworks\spiceworks_prod.db');
但是我的 PHP 代码就停在那里!我对在 PHP 页面上期望的响应感到困惑