Help for this page

Select Code to Download


  1. or download this
        $rc = $sth->bind_col($column_number, \$var_to_bind);
    
    and
    
        $rc = $sth->bind_columns(@list_of_refs_to_vars_to_bind);