Page is a not externally linkable
rocknbil - 5:05 pm on Jan 17, 2011 (gmt 0)
Type is likely a reserved word, like date, insert, int, etc. . . . . you should really rename that column, but if you must, do this.
INSERT INTO `type` (`type`) VALUES ('Muay Thai'),
Note the backticks on the field name, and how it worked on your create only because you did that. :-)