Warning: Undefined array key "title" in /home/jimene94/public_html/INFOST440/week9/inclass_movielogs/handle_addmovie.php on line 10

Deprecated: mysqli_real_escape_string(): Passing null to parameter #2 ($string) of type string is deprecated in /home/jimene94/public_html/INFOST440/week9/inclass_movielogs/handle_addmovie.php on line 10

Warning: Undefined array key "genre" in /home/jimene94/public_html/INFOST440/week9/inclass_movielogs/handle_addmovie.php on line 11

Warning: Undefined array key "year" in /home/jimene94/public_html/INFOST440/week9/inclass_movielogs/handle_addmovie.php on line 12

Warning: Undefined array key "rating" in /home/jimene94/public_html/INFOST440/week9/inclass_movielogs/handle_addmovie.php on line 13

Warning: Undefined array key "link" in /home/jimene94/public_html/INFOST440/week9/inclass_movielogs/handle_addmovie.php on line 14

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/jimene94/public_html/INFOST440/week9/inclass_movielogs/handle_addmovie.php on line 14
INSERT into movies ( title,genre,year,rating,imagelink,addeddate) VALUES ('','','', , '', NOW())
Fatal error: Uncaught mysqli_sql_exception: 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 ', '', NOW())' at line 1 in /home/jimene94/public_html/INFOST440/week9/inclass_movielogs/handle_addmovie.php:20 Stack trace: #0 /home/jimene94/public_html/INFOST440/week9/inclass_movielogs/handle_addmovie.php(20): mysqli_query(Object(mysqli), 'INSERT into mov...') #1 {main} thrown in /home/jimene94/public_html/INFOST440/week9/inclass_movielogs/handle_addmovie.php on line 20