Help for this page

Select Code to Download


  1. or download this
    called with 3 bind variables when 2 are needed at index.cgi line 786.
    
  2. or download this
            $sth = $dbh->prepare("INSERT INTO wbwc_roster(member, group, o
    +rg) VALUES (?, ?, '$org')");
              $sth->execute(param("member"), param("group")) or die $dbh->
    +errstr;