Warning: Undefined array key "first_name" in /home/kwmierow/public_html/assignment9/handle_form.php on line 14
Warning: Undefined array key "last_name" in /home/kwmierow/public_html/assignment9/handle_form.php on line 15
Warning: Undefined array key "email" in /home/kwmierow/public_html/assignment9/handle_form.php on line 16
Warning: Undefined array key "dontype" in /home/kwmierow/public_html/assignment9/handle_form.php on line 17
Warning: Undefined array key "donval" in /home/kwmierow/public_html/assignment9/handle_form.php on line 18
Warning: Undefined array key "comments" in /home/kwmierow/public_html/assignment9/handle_form.php on line 19
INSERT INTO donation (fname,lname,email,donation_type,value,date,comments)
VALUES ('','','','','',now(),'')
Fatal error: Uncaught mysqli_sql_exception: Incorrect decimal value: '' for column 'value' at row 1 in /home/kwmierow/public_html/assignment9/handle_form.php:28
Stack trace:
#0 /home/kwmierow/public_html/assignment9/handle_form.php(28): mysqli_query(Object(mysqli), 'INSERT INTO don...')
#1 {main}
thrown in /home/kwmierow/public_html/assignment9/handle_form.php on line 28