Help for this page

Select Code to Download


  1. or download this
    $dbh->do("insert into registration
      (donorssn,donordob,regdt,donorname,password,
    ...
      at 1-800-827-5693 for more information";
      $rpath = "/obi/register.html";
    }
    
  2. or download this
    my $status = $dbh->do(....);
    if ($status) {
    ...
    } else {
     # Error
    }