Help for this page

Select Code to Download


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