Is there a way to return the current auto_increment value after an "INSERT" operation from MySQL without another SELECT query? I'm searching MySQL.Com and haven't found anything yet, so it doesn't seem likely. I realize this is more of an SQL question, but maybe there's a PHP function that would give me this information..? It sure would save me a lot of frustration.