Hi, Can anyone spot the error here? I sure can't
#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 'TYPE=MyISAM)' at line 12Note: I'm using...Code:CREATE TABLE pec_mssgs ( id mediumint(5) unsigned NOT NULL auto_increment, uid tinyint(3) unsigned NOT NULL default '0', m tinyint(2) NOT NULL default '0', d tinyint(2) NOT NULL default '0', y smallint(4) NOT NULL default '0', start_time time NOT NULL default '00:00:00', end_time time NOT NULL default '00:00:00', title varchar(50) NOT NULL default '', text text NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM ;
PHP version: 5.3.14
MySQL version: 5.5.10
Perhaps something here in the code is depreciated?
Thanks.



Reply With Quote
Bookmarks