Anybody tell me whats rong with this. coz when i put it in PHPmyadmin it says that its wrong.
HTML Code:CREATE TABLE `news` ( `id` int(10) NOT NULL auto_increment, `title` varchar(50) NOT NULL default '', `author` varchar(30) NOT NULL default '', `content` text NOT NULL, `postdate` varchar(25) NOT NULL default '', PRIMARY KEY (`id`) ) TYPE=MyISAM CREATE TABLE `news_comments` ( `id` int(10) NOT NULL auto_increment, `author` varchar(30) NOT NULL default '', `content` text NOT NULL, `postdate` varchar(125) NOT NULL default '', `nid` varchar(30) NOT NULL default '', PRIMARY KEY (`id`) ) TYPE=MyISAM





Reply With Quote
+rep