Help for this page
$dbh->do( SQL STATEMENT HERE );
$SQL = " SQL STATEMENT HERE "; $sth->prepare($SQL); $sth->execute;