PHP uses pods to access the mysql database. how can I return the auto-increment ID of the previous insert record?

Source: Internet
Author: User
PHP uses pods to access the mysql database. how to return the id idphp & nbsp; of the last inserted record and access the mysql database using & nbsp; POD & nbsp, how to return the auto-increment ID of the previous insert record share to: PHP uses POD to access mysql database, how to return the auto-increment ID of the previous insert record
PHP uses pods to access the mysql database. how does one return the auto-increment ID of the last inserted record?

Share: More


------ Solution --------------------
String PDO: lastInsertId ([string $ name = NULL])
------ Solution --------------------
Try {
$ Dbh = new PDO ('MySQL: host = localhost; dbname = test', 'username', 'password ');

$ Stmt = $ dbh-> prepare ("insert into test (name, email) VALUES (?,?) ");

Try {
$ Dbh-> beginTransaction ();
$ Tmt-> execute (array ('user', [email protected] ');
$ Dbh-> commit ();
Print $ dbh-> lastInsertId ();
} Catch (PDOExecption $ e ){
$ Dbh-> rollback ();
Print "Error! : ". $ E-> getMessage ()."
";
}
} Catch (PDOExecption $ e ){
Print "Error! : ". $ E-> getMessage ()."
";
}
?>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.