example (ty northkildonan): $dbh = new PDO(" --- connection string --- "); $stmt = $dbh->prepare("SELECT name FROM mytable WHERE ...
確定! 回上一頁