hifags

this is ghetto code.

use extractor.php to populate your DB...

CREATE TABLE `Cert` (
  `Name` varchar(6) NOT NULL default '',
  `id` int(11) NOT NULL auto_increment,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

CREATE TABLE `advisorytype` (
  `id` int(11) NOT NULL auto_increment,
  `type` varchar(100) NOT NULL default '',
  `desc` text NOT NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

CREATE TABLE `fdmail` (
  `id` int(10) NOT NULL auto_increment,
  `Name` varchar(100) NOT NULL default '',
  `Email` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;


--bantown zealot