Warning: Undefined array key "first_name" in /home/waltera/public_html/assignment9/handle_form.php on line 6

Warning: Undefined array key "last_name" in /home/waltera/public_html/assignment9/handle_form.php on line 7

Warning: Undefined array key "email" in /home/waltera/public_html/assignment9/handle_form.php on line 8

Warning: Undefined array key "donation_type" in /home/waltera/public_html/assignment9/handle_form.php on line 9

Warning: Undefined array key "value" in /home/waltera/public_html/assignment9/handle_form.php on line 10

Warning: Undefined array key "comments" in /home/waltera/public_html/assignment9/handle_form.php on line 11
INSERT INTO donation (first_name,last_name, email, donation_type, value, comments, date) VALUES ('', '', '', '', '', '', NOW())
Fatal error: Uncaught mysqli_sql_exception: Incorrect integer value: '' for column 'value' at row 1 in /home/waltera/public_html/assignment9/handle_form.php:20 Stack trace: #0 /home/waltera/public_html/assignment9/handle_form.php(20): mysqli_query(Object(mysqli), 'INSERT INTO don...') #1 {main} thrown in /home/waltera/public_html/assignment9/handle_form.php on line 20