Im trying to figure out a way to access a row I 'just created' via the primary key.
As it being a primary key it is auto incremented.
I am using php/mysql to create the row then I require to access that same row (via the primary key) to be able to do the required adjustments.
So any ideas?
Thanks, Regards X