server-php-sqlite-demo-seek.php / php
<?php res = n_rows = // get number result rows res->seek(// move to the last row // retrieve data in reverse order do { data = // get row data print_r(data); } while (res->prev()); // until first row ?>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.