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 Database File)拡張子を持つデータベースからデータにアクセスしたいのですが、その操作の後、それらは.sql形式で保存されます。最初は、.dbf 拡張データベースからデータにアクセスしたいだけです。これらに関する解決策がある場合は、手順を教えてください。ありがとう :)
phpのdBase関数を見てください。
$db = dbase_open('/tmp/test.dbf', 0);