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.
我想通过 php 代码访问具有 .dbf(Foxpro 数据库文件)扩展名的数据库中的数据,并且在对其进行操作之后,它们将以 .sql 格式存储。最初我只想访问 .dbf 扩展数据库中的数据。如果您对此有解决方案,请给我步骤。谢谢 :)
看看 php 的dBase 函数。
$db = dbase_open('/tmp/test.dbf', 0);