Great! Thanks. I was able to insert it that way. mySQL came back with this command as being entered: INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('allow_news', '1'); Yet, when I do that, it still comes back with: Unknown column 'allow_news' in 'field list' But, its working manu...