Help for this page

Select Code to Download


  1. or download this
    for (@usercodelist) {
      my $SQL = "UPDATE mytable SET subscribed = '0', unsubscribedby = 'SY
    +STEM' WHERE usercode = '$_' AND unsubscribedby = ''";
    ...
      $sth->execute || die "Could not execute SQL statement ... maybe inva
    +lid?<BR>$!";
      $sth->finish();
    }
    
  2. or download this
    Field           DataType
    -----           --------
    ...
    subscribedby    varchar(32) binary
    unsubscribedby  varchar(32) binary
    unsubscribedby  varchar(32) binary
    
  3. or download this
    subscribed  usercode                         subscribed by  unsubscrib
    +ed by
    1           7436692b91879380d9108739eb9865f5 SYSTEM