...In PHP5 u don't even need any includes, just call
$dbhandle = sqlite_open('dbname',chmod,err_var);
$result = sqlite_query($dbhandle,'select count(*) from gb');
and so on...
http://www.sqlite.org/docs.html is the best source anyways.
__________________________________________
a...