Warning: Undefined array key "title" in /home/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php on line 19
Warning: Undefined array key "genre" in /home/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php on line 20
Warning: Undefined array key "year" in /home/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php on line 21
Warning: Undefined array key "rating" in /home/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php on line 22
Warning: Undefined array key "link" in /home/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php on line 23
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php on line 23
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php on line 26
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php on line 27
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php on line 28
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php on line 29
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/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php:34
Stack trace:
#0 /home/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php(34): mysqli_query(Object(mysqli), 'INSERT into mov...')
#1 {main}
thrown in /home/ryanhorn/public_html/WebAppDev/week10/Movie/handle_addmovie.php on line 34