ok here: i changed the tinyint to 6 from 4:
#
Table structure for table mike_comics
#
CREATE TABLE mike_comics (
ID tinyint(6) NOT NULL auto_increment,
comic_order tinyint(6) NOT NULL default '0',
comic_name mediumtext NOT NULL,
comic_caption mediumblob NOT NULL,
comic_month tinytext NOT NULL,
comic_year tinytext NOT NULL,
comic_file tinytext NOT NULL,
PRIMARY KEY (ID)
) TYPE=MyISAM;
and php tells me this error now:
1064: You have an error in your SQL syntax near '('', '', 'TEST', '', 'Jan', '2000', 'error.gif')' at line 1