right for some reason the SQL don't work I put this in the SQL
CREATE TABLE IF NOT EXISTS `header` (
`text` longtext NOT NULL,
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `header`
--
INSERT INTO `header` (`text`) VALUES
('<b>Congratulations, Nameless_!</b>
\r\nYou are the co-owner <img src="images/smilies/wink.png" border="0" alt="" title="Wink" class="inlineimg" /> ');
AND I GET THIS ERROR:
MySQL said: Documentation
#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 ') ENGINE=MyISAM DEFAULT CHARSET=latin1' at line 4
WHATS WRONG?