$sth->bind_param(1,$variable) $sth->bind_param(2,$variable) $sth->bind_param_inout(3,\$value,max_length) $sth->execute();