I'm not sure of the best way to approach this, I'll explain and hopefully someone will have a good suggestion :)
I have a script that inserts data into mysql, In my script I need to enter the data in mysql, and get one of the fields from mysql for the row that I have just entered (the ID field, which mysql increments) I know I can do a statement of WHERE = AND = - but that may return more than one, it vital that I get the ID for the right record..just not sure how to approach this :(
Any suggestions very appreciated.