I think this is a pretty simple problem, but I can't find the solution anywhere.
I've just inserted a new row into my table, and this table has an auto-incremented column / primary key called ID. Is there a quick php/mysql combo that will retreive the ID of my most recent INSERT? This is the only field in the table guaranteed to be unique. Thanks!