sqlite3 is available in 5.1 using the pdo extensions.
have a look at www.php.net/pdo
I had the same problem with an app I wrote in delphi to insert records and
used php front end to select records
Lloyd
----- Original Message -----
From: "jack wu" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Monday, February 20, 2006 2:38 AM
Subject: [sqlite] using sqlite3 in php
apparently sqlite3 is not available in php5. i am wondering if there is
anyway to work around it. i have a c++ program which works with sqlite3,
but i would also like my php script to use the same database.
jack.