Warning: Undefined array key "title" in /home/thao454/public_html/INFROST440/week10/inclass_movielogs/handle_addmovie.php on line 13
Warning: Undefined array key "genre" in /home/thao454/public_html/INFROST440/week10/inclass_movielogs/handle_addmovie.php on line 14
Warning: Undefined array key "year" in /home/thao454/public_html/INFROST440/week10/inclass_movielogs/handle_addmovie.php on line 15
Warning: Undefined array key "rating" in /home/thao454/public_html/INFROST440/week10/inclass_movielogs/handle_addmovie.php on line 16
Warning: Undefined array key "link" in /home/thao454/public_html/INFROST440/week10/inclass_movielogs/handle_addmovie.php on line 17
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/thao454/public_html/INFROST440/week10/inclass_movielogs/handle_addmovie.php on line 17
INSERT INTO movies (title, genre, year, rating, imagelink, addeddate) VALUES ('', '', '', '', '', NOW())
Fatal error: Uncaught mysqli_sql_exception: Incorrect integer value: '' for column 'year' at row 1 in /home/thao454/public_html/INFROST440/week10/inclass_movielogs/handle_addmovie.php:26
Stack trace:
#0 /home/thao454/public_html/INFROST440/week10/inclass_movielogs/handle_addmovie.php(26): mysqli_query(Object(mysqli), 'INSERT INTO mov...')
#1 {main}
thrown in /home/thao454/public_html/INFROST440/week10/inclass_movielogs/handle_addmovie.php on line 26