Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3452004
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T09:12:25+00:00 2026-05-18T09:12:25+00:00

Possible Duplicate: PHP: how to get last inserted ID of a table? I’m writing

  • 0

Possible Duplicate:
PHP: how to get last inserted ID of a table?

I’m writing a function to add data do a database, but I then want to immediately use that entry in my code.

I know I could query: SELECT id FROM table ORDER BY id DESC

But I wonder if there’s any more direct way of doing it.

  • 1 1 Answer
  • 2 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T09:12:25+00:00Added an answer on May 18, 2026 at 9:12 am

    That mostly depends on the interface you’re using to access MySQL.

    If you’re using PDO (recommended), you’d use PDO::lastInsertId(): http://us.php.net/manual/en/pdo.lastinsertid.php

    If you’re using MySQL, you’d use mysql_insert_id() http://php.net/manual/en/function.mysql-insert-id.php

    If you’re using MySQLi, you’d use mysqli_insert_id(): http://us.php.net/manual/en/mysqli.insert-id.php

    Just simply call whichever function is appropriate right after your INSERT completes.

    It’s important to note that you likely do not want to fetch id out of the database using SELECT because if you have multiple writers, you may get the id that some other thread inserted. At best, you’ll operate on the wrong data, and at worst, you could have serious security issues and/or corruption.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: PHP: how to get last inserted ID of a table? This is
Possible Duplicate: PHP: how to get last inserted ID of a table? I am
Possible Duplicate: PHP last day of the month Is there any function like $date->getMonthDays()
Possible Duplicate: PHP get all arguments as array? Within a javascript function arguments always
Possible Duplicate: Data transfer from JavaScript to PHP. How can i get the browser's
Possible Duplicate: How to parse HTML with PHP? Get MySQL database output via PHP
Possible Duplicate: How to get the id of a row i've just inserted php/mysql
Possible Duplicate: PHP - I want to know how to get function trace I
Possible Duplicate: PHP get both array value and array key I am using Codeigniters'
Possible Duplicate: PHP Get end string on url between / and / I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.