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

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/baoslee/public_html/assignment9/handle_form.php on line 8

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

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/baoslee/public_html/assignment9/handle_form.php on line 9

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

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/baoslee/public_html/assignment9/handle_form.php on line 10

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

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

Warning: Undefined array key "comments" in /home/baoslee/public_html/assignment9/handle_form.php on line 13

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/baoslee/public_html/assignment9/handle_form.php on line 13
INSERT INTO donation (fname, lname, email, donation_type, value, comments, date) VALUES ('', '', SHA2('', 256), '', '', '', NOW())
Fatal error: Uncaught mysqli_sql_exception: Incorrect integer value: '' for column 'value' at row 1 in /home/baoslee/public_html/assignment9/handle_form.php:20 Stack trace: #0 /home/baoslee/public_html/assignment9/handle_form.php(20): mysqli_query(Object(mysqli), 'INSERT INTO don...') #1 {main} thrown in /home/baoslee/public_html/assignment9/handle_form.php on line 20