Warning: Undefined array key "fname" in /home/muhamm38/public_html/ist_440/assignment9/handle_form.php on line 11
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/muhamm38/public_html/ist_440/assignment9/handle_form.php on line 11
Warning: Undefined array key "lname" in /home/muhamm38/public_html/ist_440/assignment9/handle_form.php on line 12
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/muhamm38/public_html/ist_440/assignment9/handle_form.php on line 12
Warning: Undefined array key "email" in /home/muhamm38/public_html/ist_440/assignment9/handle_form.php on line 13
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/muhamm38/public_html/ist_440/assignment9/handle_form.php on line 13
Warning: Undefined array key "type" in /home/muhamm38/public_html/ist_440/assignment9/handle_form.php on line 14
Warning: Undefined array key "amount" in /home/muhamm38/public_html/ist_440/assignment9/handle_form.php on line 15
Warning: Undefined array key "comments" in /home/muhamm38/public_html/ist_440/assignment9/handle_form.php on line 18
Deprecated: mysqli_real_escape_string(): Passing null to parameter #2 ($string) of type string is deprecated in /home/muhamm38/public_html/ist_440/assignment9/handle_form.php on line 18
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/muhamm38/public_html/ist_440/assignment9/handle_form.php:26
Stack trace:
#0 /home/muhamm38/public_html/ist_440/assignment9/handle_form.php(26): mysqli_query(Object(mysqli), 'INSERT INTO `do...')
#1 {main}
thrown in /home/muhamm38/public_html/ist_440/assignment9/handle_form.php on line 26