International Lawyers Database
Fields:
1) ID
2) NAME
3) POSITION
4) FIRM
5) ADDRESS
6) PHONE
7) FAX
8) EMAIL
Structure:
PHP Code:
CREATE TABLE `lawyers` (
`id` bigint(20) NOT NULL auto_increment,
`name` varchar(255) character set utf8 collate utf8 NOT NULL default '',
`position` text character set utf8 collate utf8 NOT NULL,
`firm` text character set utf8 collate utf8,
`address` text character set utf8 collate utf8,
`phone` text character set utf8 collate utf8,
`fax` text character set utf8 collate utf8,
`email` text character set utf8 collate utf8,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=21097 ;
Records: 21.096
Price: 39$