Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare(q{SELECT * FROM `sometable` WHERE `tid` = ?});
    $sth->execute($_memberId);
    $_mem = $sth->fetchrow_hashref();
    $sth->finish();