ibwf_readart thats the only one that i need..
thanks advance!
thanks advance!
-- Table structure for table `ibwf_readart` -- CREATE TABLE `ibwf_readart` ( `id` int(255) NOT NULL auto_increment, `cid` int(255) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `authorid` int(255) NOT NULL default '0', `text` varchar(255) NOT NULL default '', `crdate` varchar(255) NOT NULL default '', `views` int(255) NOT NULL default '0', `vws` int(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=84 DEFAULT CHARSET=latin1 AUTO_INCREMENT=84 ;
Comment