alert("Error connecting to database, will try in 3s")'; sleep(3); return SQLite3_connect(false); } } } //------------------------------------------------------------------------------ // Open DB //------------------------------------------------------------------------------ function OpenDB (...$DBPath) { global $DBFILE; global $db; // use custom path if supplied foreach ($DBPath as $path) { $DBFILE = $path; } if(strlen($DBFILE) == 0) { echo ''; die ('