PHP MySQL – Get Next Auto Increment Value of a Table

Post Thumbnail of PHP MySQL - Get Next Auto Increment Value of a Table

We do not often need this but sometimes when we need to retrieve the next auto increment value of a table (without incrementing the auto increment value of course), this solution below will help.

Filed in Web Development
Posted on 14 January 2012 • 1 comment