Warning: Undefined array key "email" in /home/schro624/public_html/assignment9/handle_form.php on line 7
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/schro624/public_html/assignment9/handle_form.php on line 7
Warning: Undefined array key "fname" in /home/schro624/public_html/assignment9/handle_form.php on line 8
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/schro624/public_html/assignment9/handle_form.php on line 8
Warning: Undefined array key "lname" in /home/schro624/public_html/assignment9/handle_form.php on line 9
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/schro624/public_html/assignment9/handle_form.php on line 9
Warning: Undefined array key "donation_type" in /home/schro624/public_html/assignment9/handle_form.php on line 10
Warning: Undefined array key "value" in /home/schro624/public_html/assignment9/handle_form.php on line 11
Warning: Undefined array key "comments" in /home/schro624/public_html/assignment9/handle_form.php on line 12
Deprecated: mysqli_real_escape_string(): Passing null to parameter #2 ($string) of type string is deprecated in /home/schro624/public_html/assignment9/handle_form.php on line 12
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/schro624/public_html/assignment9/handle_form.php:22
Stack trace:
#0 /home/schro624/public_html/assignment9/handle_form.php(22): mysqli_query(Object(mysqli), 'INSERT INTO don...')
#1 {main}
thrown in /home/schro624/public_html/assignment9/handle_form.php on line 22