Share

phpSQLiteAdmin

File Release Notes and Changelog

Release Name: phpSQLiteAdmin

Notes:
More bug fixes and a few extra goodies. The most asked for featrure was for pagination of results, so here it is. Many folks also complained they could not successrully bookmark as the system is sessions based. The sessions have been removed and the SESSION variables moved to GET. To aid with this the database name and current table will be displayed in the title so bookmarks will reflect that.

Changes: 09-11-03 Moved $_SESSION['dbname'] back to $_GET so you can now bookmark pages Added dbname.tablename to the browser title bar Updated edit Records to remove escaping chars from queries Updated browse.php with stripslashes to fix things like don\'t dated deleteRecord, sqlite_escape_string() to Delete Record Updated insert.php, sqlite_escape_string() to inserts, this allows you to insert words with apostophe's like "don't" Added pagination of records, 30 to a page << PREV NEXT >> Fixed list of table names to update in real time when database is changed.