17
now I get this
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ''xoops_bb_archive'' at line 1
whats up.... about to lose it LOL
here is what I have
--
-- Table structure for table `xoops_bb_archive`
--
DROP TABLE IF EXISTS 'xoops_bb_archive';
CREATE TABLE `xoops_bb_archive` (
`topic_id` tinyint(8) NOT NULL default '0',
`post_id` tinyint(8) NOT NULL default '0',
`post_text` text NOT NULL
) TYPE=MyISAM;
--
-- Dumping data for table `xoops_bb_archive`
--