Warning: Undefined array key "first_name" in /home/thao454/public_html/INFROST440/week10/handle_form_w10.php on line 13
Warning: Undefined array key "last_name" in /home/thao454/public_html/INFROST440/week10/handle_form_w10.php on line 14
Warning: Undefined array key "email" in /home/thao454/public_html/INFROST440/week10/handle_form_w10.php on line 15
Warning: Undefined array key "gender" in /home/thao454/public_html/INFROST440/week10/handle_form_w10.php on line 16
Warning: Undefined array key "age" in /home/thao454/public_html/INFROST440/week10/handle_form_w10.php on line 17
Warning: Undefined array key "comments" in /home/thao454/public_html/INFROST440/week10/handle_form_w10.php on line 18
INSERT INTO users (firstname, lastname, email, gender, age, comments, regDate) VALUES ('', '', '', '', '', '', NOW())
Fatal error: Uncaught mysqli_sql_exception: Table 'thao454_movielogs.users' doesn't exist in /home/thao454/public_html/INFROST440/week10/handle_form_w10.php:27
Stack trace:
#0 /home/thao454/public_html/INFROST440/week10/handle_form_w10.php(27): mysqli_query(Object(mysqli), 'INSERT INTO use...')
#1 {main}
thrown in /home/thao454/public_html/INFROST440/week10/handle_form_w10.php on line 27