Assignment 9 - handle_from.php
Warning: Undefined array key "fName" in /home/rodri895/public_html/week10/assignment9/handle_form.php on line 10
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rodri895/public_html/week10/assignment9/handle_form.php on line 10
Warning: Undefined array key "lName" in /home/rodri895/public_html/week10/assignment9/handle_form.php on line 11
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rodri895/public_html/week10/assignment9/handle_form.php on line 11
Warning: Undefined array key "email" in /home/rodri895/public_html/week10/assignment9/handle_form.php on line 12
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rodri895/public_html/week10/assignment9/handle_form.php on line 12
Warning: Undefined array key "dType" in /home/rodri895/public_html/week10/assignment9/handle_form.php on line 13
Warning: Undefined array key "dValue" in /home/rodri895/public_html/week10/assignment9/handle_form.php on line 14
Warning: Undefined array key "comments" in /home/rodri895/public_html/week10/assignment9/handle_form.php on line 15
INSERT INTO donation (fName, lName, email, donation_type, value, comments, date) VALUES ('', '', '', '', '','',NOW())
Fatal error: Uncaught mysqli_sql_exception: Incorrect integer value: '' for column 'value' at row 1 in /home/rodri895/public_html/week10/assignment9/handle_form.php:20
Stack trace:
#0 /home/rodri895/public_html/week10/assignment9/handle_form.php(20): mysqli_query(Object(mysqli), 'INSERT INTO don...')
#1 {main}
thrown in /home/rodri895/public_html/week10/assignment9/handle_form.php on line 20