Logged In: NO

another importante function:
sqlite3_num_rows

with this we can make a for
for ($i=0;$i<sqlite3_num_rows($tmp_tbl);$i++){
// blablabblalba
}