Login   Register  
PHP Classes
elePHPant
Icontem

File: getIp.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of larry bird  >  Get IP Info  >  getIp.sql  >  Download  
File: getIp.sql
Role: Auxiliary data
Content type: text/plain
Description: MySQL create table
Class: Get IP Info
Keep track of remote machine IP addresses
Author: By
Last change:
Date: 2006-07-17 10:01
Size: 197 bytes
 

Contents

Class file image Download
CREATE TABLE `getip_info` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `ip` varchar(15) NOT NULL default '',
  `email` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;