Put the following code in the webroot og the www server and name it info.php:
Code:
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
// phpinfo(INFO_MODULES);
?>
and check for the version of sqlite3.
http://<IP_or_url>/info.php