Hello,
I work with PHP and MySQL. How can I get the identifier, which was created by MySQL (auto_increment) after creating a new row in a table with
"INSERT INTO tableName (colums) VALUES (data)"
(The data are not always unique so I need the automatic created ID of this INSERT-Query.)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.