+-------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------+--------------+------+-----+---------+-------+ | name | varchar(100) | NO | PRI | | | | count | int(11) | YES | | NULL | | | date | varchar(50) | YES | | NULL | | +-------+--------------+------+-----+---------+-------+ 3 rows in set (0.00 sec) // Description: name is the name of the visited homepage. count is the number of visitors. date is the unix timestamp of the date when the page was first visited.