Is it possible to access a sqlite database file in a remote server with PHP? I have enabled read access on the databse.db
file and tried this:
$dbconn = new SQLite3("http://www.foo.com/database.db");
but it doesn't work:
Fatal error: Uncaught exception 'Exception' with message 'Unable to open database: unable to open database file