'; /* array sqlite_fetch_array(resource result [, int result_type [, bool decode_binary]] ) */ while (($row = sqlite_fetch_array($result))) { print_r($row); } echo ''; sqlite_close($db); ?>