//lastInsertId() =>returens the id of the last inserted row. $sql="query"; $dbh="DBC"; $stmt=$dbh->praper($sql); $stmt->excute(); $id =$dbh-> lastinsertId(); $dbh=null;