I have an mysql table with an column called "id" - this column has auto increment set.
I only want to know how i can get, with PHP and PDO, the next auto increment value, without doing a INSERT INTO query. (i found some questions about this - but none without INSERT INTO and only based on mysqli).
Thanks!