in reply to Re: After parsing .xls the rows getting emerged
in thread After parsing .xls the rows getting emerged
I understand your concept. In uploading I am using place holders.(Not in this code)
my @delivery_failure_array = ($db_date,"$hour",@del_user_error_count,@ +del_user_network_count,@del_user_system_count); $placeholders = join(',',('?') x scalar @delivery_failure_array); $delivery_sth = $delivery_db->prepare("insert into $delivery_table val +ues ($placeholders)"); $delivery_sth->execute(@delivery_failure_array) or die $DBI::errstr;
Can you please explain how it increases the security??? I am not aware of that at all.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: After parsing .xls the rows getting emerged
by chacham (Prior) on Oct 09, 2015 at 13:29 UTC | |
|
Re^3: After parsing .xls the rows getting emerged
by Anonymous Monk on Oct 09, 2015 at 07:32 UTC |