Warning: Undefined array key "fname" in /home/rweeks/public_html/assignment9/handle_form.php on line 6
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rweeks/public_html/assignment9/handle_form.php on line 6
Warning: Undefined array key "lname" in /home/rweeks/public_html/assignment9/handle_form.php on line 7
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rweeks/public_html/assignment9/handle_form.php on line 7
Warning: Undefined array key "email" in /home/rweeks/public_html/assignment9/handle_form.php on line 8
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rweeks/public_html/assignment9/handle_form.php on line 8
Warning: Undefined array key "donation_type" in /home/rweeks/public_html/assignment9/handle_form.php on line 9
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rweeks/public_html/assignment9/handle_form.php on line 9
Warning: Undefined array key "value" in /home/rweeks/public_html/assignment9/handle_form.php on line 10
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rweeks/public_html/assignment9/handle_form.php on line 10
Warning: Undefined array key "comments" in /home/rweeks/public_html/assignment9/handle_form.php on line 11
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rweeks/public_html/assignment9/handle_form.php on line 11
INSERT INTO donation (fname, lname, email, donation_type, value, date, comments)
VALUES ('', '', SHA2('', 256), '', '', NOW(), '')
Fatal error: Uncaught mysqli_sql_exception: Incorrect decimal value: '' for column 'value' at row 1 in /home/rweeks/public_html/assignment9/handle_form.php:21
Stack trace:
#0 /home/rweeks/public_html/assignment9/handle_form.php(21): mysqli_query(Object(mysqli), 'INSERT INTO don...')
#1 {main}
thrown in /home/rweeks/public_html/assignment9/handle_form.php on line 21