PHP Classes

File: getIp.sql

Recommend this page to a friend!
  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: 17 years ago
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;