in reply to Adding the values of a Hash to a MySQL Database
What is the problem you are having? Try adding this after your $dbh->do() ...
die( $dbh->errstr() ) unless ( $i );
Let us know what you get. If it does not crash, try adjusting the trace level in DBI to 2.
|
|---|