Help for this page

Select Code to Download


  1. or download this
    # ...
    
    ...
            $key = $alias;
        }
    }
    
  2. or download this
    
    $sth->bind_columns( undef,\$alias);
    ...
        }
    }