Help for this page

Select Code to Download


  1. or download this
        $rv   = $sth->execute
            or die "can't execute the query: $sth->errstr";
    
  2. or download this
        $rv   = $sth->execute
            or die "can't execute the query: " . $sth->errstr;