Help for this page

Select Code to Download


  1. or download this
    $sth->prepare( 'SELECT ' . join( ',', @fields ) . ' FROM database ETC 
    +ETC ETC' );
    
  2. or download this
    %rowhash{ @fields } = $sth->fetchrow_array();