in reply to Re: Issue with simultaneous MySQL actions
in thread Issue with simultaneous MySQL actions
mysql_insertid MySQL has the ability to choose unique key values automatically. If this happened, the new ID will be stored in this attribute. An alternative way for accessing this attribute is via $dbh->{'mysql_insertid'}. (Note we are using the $dbh in this case!)
|
---|