PHP Classes

File: isps_alter.sql

Recommend this page to a friend!
  Classes of George Clarke   AHostLookup   isps_alter.sql   Download  
File: isps_alter.sql
Role: Auxiliary data
Content type: text/plain
Description: Upgrades existing isps table to the new version.
Class: AHostLookup
Get hostname, zip code and hit count for an IP.
Author: By
Last change:
Date: 18 years ago
Size: 241 bytes
 

Contents

Class file image Download
-- 8 August 2005 -- Alter existing table `isps` to add count, date, and time -- ALTER TABLE `isps` ADD `count` int(20) unsigned NOT NULL default '0', ADD `date` varchar(20) default NULL, ADD `time` varchar(20) default NULL;