Hey guys,

I started a project called phpLiteAdmin that is an admin tool written in PHP for managing SQLite databases on the web the same way phpMyAdmin does for MySQL databases. The project is located at http://phpliteadmin.googlecode.com

The entire source code is in a single file to make it easy to install and move around. You specify your databses at the top of the file in an array, upload it to your server, and then visit it in a browser. Test it out - all that is required is a server with PHP and any of the following installed classes: PDO, SQLiteDatabase, or SQLite3.

I was hoping I could get some advice on the code quality and how it works.

I attached the file, phpliteadmin.php, to this post.

    Write a Reply...