'; /* array sqlite_fetch_all(resource result [, int result_type [, bool decode_binary]]) */ var_dump(sqlite_fetch_all($result, SQLITE_ASSOC)); echo ''; sqlite_close($db); ?>