Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare("
                          INSERT INTO web_sessions_aux 
                          (wsa_id, wsa_type, wsa_key, wsa_value)
    ...
    
         $sth->execute($id,$type,$key,$key_value);
    }
    
  2. or download this
    DBD::mysql::st execute failed: Unknown column 'RTEST' in 'field list' at /usr/local...
  3. or download this
    $sth->execute($id,$type,$key,"$key_value");