Warning: Undefined array key "email" in /home/njtames/public_html/infost440/assignment9/handle_form.php on line 11

Warning: Undefined array key "first_name" in /home/njtames/public_html/infost440/assignment9/handle_form.php on line 12

Warning: Undefined array key "last_name" in /home/njtames/public_html/infost440/assignment9/handle_form.php on line 13

Warning: Undefined array key "donation" in /home/njtames/public_html/infost440/assignment9/handle_form.php on line 14

Warning: Undefined array key "value" in /home/njtames/public_html/infost440/assignment9/handle_form.php on line 15

Warning: Undefined array key "comments" in /home/njtames/public_html/infost440/assignment9/handle_form.php on line 16
insert INTO donation (email,fname,lname,donation_type,value,comments,date) values ('', '', '', '', '', '',now())
Fatal error: Uncaught mysqli_sql_exception: Incorrect decimal value: '' for column 'value' at row 1 in /home/njtames/public_html/infost440/assignment9/handle_form.php:22 Stack trace: #0 /home/njtames/public_html/infost440/assignment9/handle_form.php(22): mysqli_query(Object(mysqli), 'insert INTO don...') #1 {main} thrown in /home/njtames/public_html/infost440/assignment9/handle_form.php on line 22