Hi.
I have a script that inserts a row into a database, but then I need to find the ID to show to the user (as in, your reference number is: whatever)
Is there an easy way to do this, or do I just need to run a query to find the row where everything matches what the user has entered, then grab that ID number?
I really hope that this makes sense... 🙂