Hi
I have a field in a DB I am making which is 'EntyID'- it's an auto- incremented number. When I make a submission to my database, is there an easy way I can get the unique identifier back so I can use it? i.e. something like.... "Submission accepted. Unique ID is <xx>" At the moment I have to do a select statement which in theory could give me more than one result.
I am using PHP and MySQL
Thanks
I have a field in a DB I am making which is 'EntyID'- it's an auto- incremented number. When I make a submission to my database, is there an easy way I can get the unique identifier back so I can use it? i.e. something like.... "Submission accepted. Unique ID is <xx>" At the moment I have to do a select statement which in theory could give me more than one result.
I am using PHP and MySQL
Thanks