mysqli->prepare can also return FALSE (check http://php.net/manual/en/mysqli.prepare.php) if an error occurred. Your problem is that you have INSET instead of INSERT.
mysqli->prepare
FALSE
INSET
INSERT
2.1m questions
2.1m answers
60 comments
57.0k users