Where do I go to find out what values my information has been auto incrimented? I don't see anywhere how to find what number each thing I put in there is assigned.
Thanks!
It depends on the programming interface that you are using. For example, PDO has lastInsertId(). You may also be able to use LAST_INSERT_ID() in your SQL statements.