Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare( $SQL );
    $sth->execute();
    @header_ID = $sth->fetchrow_array();