Help for this page

Select Code to Download


  1. or download this
    $sth_2 = $dbh->prepare("UPDATE options SET trend = ? WHERE ticker = ?"
    +);
    $sth_2->execute( $trend, $ticker );
    
  2. or download this
    $sth_2->execute( $other_trend, $other_ticker );