SQLite Admin is a front end to the SQLite Database. It is written in PHP and requires PHP >= PHP5.0.0 to run. This front end does all the normal things you would expect from a front end: INSERT, UPDATE, DELETE, CREATE etc.
Be the first to post a text review of phpSQLiteAdmin. Rate and review a project by clicking thumbs up or thumbs down in the right column.
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.
Version 0.0.2 * 20-10-03 Updated edit Records to remove escaping chars from queries * 20-10-03 Updated browse.php with stripslashes to fix things like don\'t * 19-10-03 Updated deleteRecord, sqlite_escape_string() to Delete Record * 19-10-03 Updated insert.php, sqlite_escape_string() to inserts, this allows you to insert words with apostophe's like "don't" * 12-10-03 Added pagination of records, 30 to a page << PREV NEXT >> * 10-10-03 Fixed list of table names to update in real time when database is changed.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?