Help for this page

Select Code to Download


  1. or download this
    $rv = $sth->bind_columns( \($UIDholder, $indexmonths, $indexyears) );
    
  2. or download this
    $rv = $sth->bind_columns( \my ($UIDholder, $indexmonths, $indexyears) 
    +);