Last night I finally went live with another site on Habari, Cockrum Publishing, the main site of this blog. ...
Read morePosts Tagged with Sqlite
Why Use SQLite
SQLite is a great little database engine. It is used in Firefox, Skype, the iPhone, and Symbian smartphones. PHP has built in access to SQLite. It may be the most widely deployed database engine in the world....
Read moreSqlite Web Security II
A couple of days ago, in Sqlite Web Security, I said I didn't see how to move an SQLite database out of the web directory. I feel dumb, because the problem really was silly. ...
Read moreSqlite Web Security
One thing that concerned me about using an Sqlite database on a website was security. An Sqlite database is a single file. The only security is has is based on file system security, which makes it subject to compromise when kept in a section of the file system open to the world, like your web folder. ...
Read more