Help for this page

Select Code to Download


  1. or download this
    while($track_ref = $sth->fetchrow_hashref ()){
    #do something
    }
    
  2. or download this
    $track_ref = $sth->fetchall_hashref(<keyfield>);