Help for this page

Select Code to Download


  1. or download this
     
    if( ! $sth_upd->execute(@bind) ){
             $dbh->rollback();
             die "update (and rolling back): ".$dbh->errstr;
           }