Help for this page

Select Code to Download


  1. or download this
    
    
    $dbh->do( SQL STATEMENT HERE );
    
  2. or download this
    
    
    $SQL = " SQL STATEMENT HERE ";
    $sth->prepare($SQL); 
    $sth->execute;