Help for this page
my($id, $name, $phone); $sth->bind_columns(undef, \$id, \$name, \$phone);
$sth->bind_columns(\my ($id, $name, $phone));
select stuff from table where field1 in (?,?,?,?) and field2 in (?,?,?,?,?)
Strict Warnings
Results (160 votes). Check out past polls.