Get an auto_increment value

Hello!
I have an id field in a mysql table, with is unique and auto_increment.
How can I get the value of the ID, right after i make an insertion? (i do not want to query using select and limiting the select to having the rest of the other fields the same as when doing the insertion)