Hello,
I haven't seen this question asked anywhere, hopefully I haven't missed it.
When inserting a new record into a mySQL database, I have an AUTO_INCREMENT field for the id number. Right after I insert this new record, I need to use the id number in a new query, but it was just assigned by mySQL and not by myself, so is there a way to find out what number it assigned? Obviously I could look up the record by some other field, but the fields will be very unique, such as large blobs of text, so that wouldn't be very effective. Please let me know if you can help