Content related to: sqlite

Building an IP2Country lookup service with SQLite

Using an IP-to-Country database stored in a CSV we build an SQLite database to lookup the country of the current user.

PHP Archives

Another feature of PHP 5.3 is PHAR. The ability to run whole php applications from one file. In this article I show how to use them.

liteCount vs. Google Analytics

Today I was writing an admin interface for my websites. For a few minutes I killed my blog here because of an SQL-Update statement.. I forgot to add the WHERE part, so by editing only one post I accidentally changed all entries. Of course, I do have ...