Showing posts with label database. Show all posts
Showing posts with label database. Show all posts

Wednesday, September 16, 2009

Database Normalization Basics

In this article, we'll introduce the concept of normalization and take a brief look at the most common normal forms.

Monday, August 03, 2009

Building an IP-to-Country Mapping Application with PHP

Table of Contents:

1. Building an IP-to-Country Mapping Application with PHP
2. Start building an IP-to-country PHP application
3. Transferring the data of the IP-to-country database to the MySQL table
4. Importing records of the IP-to-country database to the MySQL table