$sql->bind_columns(\($id,$ip,$port,$country)); $sql->execute || die($sql->errstr);
Have you tried putting the bind_columns after the execute, as the documentation recommends:
"For maximum portability between drivers, bind_columns() should be called after execute() and not before."
In reply to Re: DBI and bind_columns again
by almut
in thread DBI and bind_columns again
by gemoroy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |