Warning: Undefined array key "first_name" in /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php on line 15
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php on line 15
Warning: Undefined array key "last_name" in /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php on line 17
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php on line 17
Warning: Undefined array key "email" in /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php on line 19
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php on line 19
Warning: Undefined array key "donation" in /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php on line 21
Warning: Undefined array key "value" in /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php on line 23
Warning: Undefined array key "Date" in /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php on line 25
Warning: Undefined array key "comments" in /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php on line 27
INSERT INTO donation (email, fname, lname, donation_type, value, date, comments) VALUES ('', '', '', '', '', '', '')
Fatal error: Uncaught mysqli_sql_exception: Incorrect decimal value: '' for column 'value' at row 1 in /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php:39
Stack trace:
#0 /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php(39): mysqli_query(Object(mysqli), 'INSERT INTO don...')
#1 {main}
thrown in /home/eadalton/public_html/wk10_web_apps/assignment10/handle_form.php on line 39