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 6911905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:01:03+00:00 2026-05-27T09:01:03+00:00

Today I changed mysql to PDO. And now I have this little problem. So

  • 0

Today I changed mysql to PDO. And now I have this little problem.
So when I used mysql, and wanted to know the id of the row I just inserted I just had to do this:

$id = $obj_db_write->insert("reservations",$arr_kolommen,$arr_waardes);

When I printed the $id I got: (for example:) 5462

When I use the same line now, I get 1 as Id.

Problem:
When the line is inserted, other columns are using that ID for adding fields in other tables.
So now I get this error:

Warning: PDO::query() [pdo.query]: SQLSTATE[23000]:
Integrity constraint violation: 1062 Duplicate entry '1-double' for key 'RSVR_ID'
in /data/local/www/wereldreizen/html/phpclasses/class_db.php on line 229

What’s quite expected because the RSVR_ID is 1, and 1 is already inserted.

Does someone know where I’m wrong?
Thanks in advance!

  • 1 1 Answer
  • 0 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-27T09:01:04+00:00Added an answer on May 27, 2026 at 9:01 am

    With PDO, you don’t get the newly inserted ID as result from a query. Use

    PDO::lastInsertId
    

    instead. In your case, that could e.g. look like that:

     $affectedRows = $obj_db_write->exec(your-insert-statement);
     $lastInsertedID = $obj_db_write->lastInsertId();
    

    Check out http://www.php.net/manual/de/book.pdo.php for the full PDO API.

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

Sidebar

Related Questions

Today, I ran into this weird problem with a user using Mac OS X.
I started working with php and mysql today. Basically, what I have, is an
today i'm having a little problem, that probably is nothing for pros here :)
I learned today through this section of the MySQL documentation that prepared statements cannot
I use my remote MySQL database during long time. But today I suddenly have
I have this to select a date from a mysql db, and compare it
Here's the problem: I started a swap today to use mysqli. No biggie, just
My problem in fairly simple. I have a login system constructed using php, mysql
We have a multi-store Magento installation with stores in several countries. Today, we changed
I'm having some trouble with MySql right now. I have an query that works

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.